We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32416aa commit 4ec98a4Copy full SHA for 4ec98a4
bower.json
@@ -22,13 +22,14 @@
22
"description": "description",
23
"dependencies": {
24
"angular-dashboard-framework": ">=0.10",
25
- "angular-smart-table": "~2.1.8"
+ "angular-smart-table": "~2.1.8",
26
+ "angular-chart.js": "^1.1.1"
27
},
28
"devDependencies": {
29
"angular-local-storage": ">=0.2"
30
31
"overrides": {
- "bootstrap" : {
32
+ "bootstrap": {
33
"main": [
34
"less/bootstrap.less",
35
"dist/css/bootstrap.css",
package.json
@@ -17,7 +17,7 @@
17
"gulp-connect": "~2.2.0",
18
"gulp-csslint": "^0.1.5",
19
"gulp-headerfooter": "^1.0.3",
20
- "gulp-if": "^1.2.5",
+ "gulp-if": "^2.0.2",
21
"gulp-inject": "^1.2.0",
"gulp-jshint": "^1.9.4",
"gulp-less": "^3.0.2",
0 commit comments