mirror of https://github.com/akveo/blur-admin
Modified package json to automatically install bower dependencies.
parent
e2910695f8
commit
998c1c8346
|
@ -13,9 +13,10 @@
|
|||
"gulp-minify-html": "^1.0.4",
|
||||
"gulp-sass": "^2.0.4",
|
||||
"gulp-strip-debug": "^1.0.2",
|
||||
"gulp-uglify": "^1.4.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"gulp-uglify": "^1.4.0",
|
||||
"bower": "^1.5.2"
|
||||
},
|
||||
"scripts": {
|
||||
"postinstall": "bower install"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue