Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Fix bower post install script
Browse files Browse the repository at this point in the history
  • Loading branch information
amoshaviv committed Aug 27, 2013
1 parent 3bececf commit 287c626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"scripts": {
"start": "NODE_ENV=development ./node_modules/.bin/forever -m 5 server.js",
"test": "NODE_ENV=test ./node_modules/.bin/mocha --reporter spec test/test-*.js",
"postinstall": "./node_modules/bower/bin/bower install"
"postinstall": "node_modules/bower/bin/bower install"
},
"dependencies": {
"express": "latest",
Expand Down

0 comments on commit 287c626

Please sign in to comment.