removed prestart scripts

This commit is contained in:
Marco Bettiolo 2014-05-19 23:20:33 +01:00
parent 94dee99348
commit 934257382c
1 changed files with 0 additions and 2 deletions

View File

@ -11,8 +11,6 @@
"npm": "*" "npm": "*"
}, },
"scripts": { "scripts": {
"preinstall" : "npm update npm -g && npm update -g",
"prestart": "npm install",
"start": "nodemon --ignore node_modules/ server.js" "start": "nodemon --ignore node_modules/ server.js"
}, },
"repository": { "repository": {