mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-11 00:33:03 +00:00
Custom comparisons, performance improvements
This commit is contained in:
12
bower.json
12
bower.json
@@ -22,8 +22,11 @@
|
||||
"d3": "~3.5.5",
|
||||
"ng-lodash": "~0.2.0",
|
||||
"ui-router-extras": "~0.0.13",
|
||||
"angular-ui-router": "^0.2.14",
|
||||
"d3-tip": "~0.6.7"
|
||||
"angular-ui-router": "^0.2.15",
|
||||
"d3-tip": "~0.6.7",
|
||||
"ng-sortable": "~1.2.1",
|
||||
"lz-string": "~1.4.3",
|
||||
"angular-touch": "~1.3.15"
|
||||
},
|
||||
"overrides": {
|
||||
"ui-router-extras": {
|
||||
@@ -31,6 +34,11 @@
|
||||
"release/modular/ct-ui-router-extras.core.min.js",
|
||||
"release/modular/ct-ui-router-extras.sticky.min.js"
|
||||
]
|
||||
},
|
||||
"ng-sortable": {
|
||||
"main": [
|
||||
"dist/ng-sortable.min.js"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user