Skip to content

Commit

Permalink
bower install when postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
e-jigsaw committed Feb 23, 2015
1 parent dde88c4 commit 012a283
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"winston": "^0.8.0"
},
"devDependencies": {
"bower": "~1.3.12",
"grunt": "~0.4.4",
"grunt-autoprefixer": "~0.7.2",
"grunt-bower-install": "~1.4.0",
Expand Down Expand Up @@ -95,6 +96,7 @@
},
"scripts": {
"start": "node index & node client & node client",
"test": "mocha private/test/ --recursive --require private/test/bootstrap.js"
"test": "mocha private/test/ --recursive --require private/test/bootstrap.js",
"postinstall": "bower install"
}
}

0 comments on commit 012a283

Please sign in to comment.