Run bower install after npm install

This commit is contained in:
Ben Word
2014-02-21 20:47:45 -06:00
parent 55994a8cb8
commit c3263f0553

View File

@@ -16,10 +16,14 @@
"url": "http://opensource.org/licenses/MIT"
}
],
"scripts": {
"postinstall": "node_modules/.bin/bower install"
},
"engines": {
"node": ">= 0.10.0"
},
"devDependencies": {
"bower": "~1.2.8",
"grunt": "~0.4.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jshint": "~0.6.4",