Fix bower post install script

This commit is contained in:
Amos Haviv
2013-08-27 13:40:25 +03:00
parent 3bececf872
commit 287c6264f9

View File

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