Script fix

This commit is contained in:
Lukas Bachschwell 2017-03-16 10:39:33 +01:00
parent 1a680725a3
commit 3be6c36dc8

View File

@ -3,6 +3,7 @@
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.13.2",
@ -13,6 +14,5 @@
"morgan": "~1.6.1",
"serve-favicon": "~2.3.0",
"socketio": "^1.0.0"
},
"devDependencies": {}
}
}