Skip to content

Commit

Permalink
added postinstall command
Browse files Browse the repository at this point in the history
  • Loading branch information
gomugomu committed Jul 2, 2014
1 parent 92be66f commit a04ce9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"main": "server.js",
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall" : "node_modules/.bin/bower install"
},
"author": "hakman",
"license": "ISC",
Expand Down

0 comments on commit a04ce9c

Please sign in to comment.