mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 07:05:35 +00:00
Tweak build, add angular explicit dependency
This commit is contained in:
19
bower.json
19
bower.json
@@ -25,9 +25,22 @@
|
||||
"angular-ui-router": "^0.2.15",
|
||||
"d3-tip": "~0.6.7",
|
||||
"ng-sortable": "~1.2.1",
|
||||
"lz-string": "~1.4.3"
|
||||
"lz-string": "~1.4.3",
|
||||
"angular": "!~1.4.0"
|
||||
},
|
||||
"overrides": {
|
||||
"angular": {
|
||||
"main": "angular.min.js"
|
||||
},
|
||||
"angular-ui-router": {
|
||||
"main": "release/angular-ui-router.min.js"
|
||||
},
|
||||
"d3": {
|
||||
"main": "d3.min.js"
|
||||
},
|
||||
"ng-lodash": {
|
||||
"main": "build/ng-lodash.min.js"
|
||||
},
|
||||
"ui-router-extras": {
|
||||
"main": [
|
||||
"release/modular/ct-ui-router-extras.core.min.js",
|
||||
@@ -35,9 +48,7 @@
|
||||
]
|
||||
},
|
||||
"ng-sortable": {
|
||||
"main": [
|
||||
"dist/ng-sortable.min.js"
|
||||
]
|
||||
"main": "dist/ng-sortable.min.js"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user