Modified package json to automatically install bower dependencies.

pull/3/head
Vladimir Lugovsky 2015-09-28 17:02:49 +03:00
parent e2910695f8
commit 998c1c8346
1 changed files with 4 additions and 3 deletions

View File

@ -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"
}
}