run node instead of app.js

This commit is contained in:
Tumble 2017-12-16 21:37:36 +00:00
parent d853577e4e
commit 72c196e731
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"version": "1.0.0",
"main": "app.js",
"scripts": {
"start": "app.js",
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",