mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-01-30 11:09:18 +01:00
Fix bower post install script
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user