Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit def1799

Browse files
committed
chore(demo): remove angular-ui-bootstrap-bower dep
1 parent 3665373 commit def1799

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

bower.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"ace-builds": "~1.1.1"
2121
},
2222
"devDependencies": {
23-
"angular-mocks": "~1.x",
24-
"angular-ui-bootstrap-bower": "~0.5.0"
23+
"angular-mocks": "~1.x"
2524
}
2625
}

publish.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ var path = require('path');
88
module.exports = function() {
99

1010
var js_dependencies =[
11-
'bower_components/angular-ui-bootstrap-bower/ui-bootstrap-tpls.min.js',
1211
'bower_components/ace-builds/src-min-noconflict/ace.js',
1312
];
1413

0 commit comments

Comments
 (0)