aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index f5df61e..9169729 100644
--- a/package.json
+++ b/package.json
@@ -6,10 +6,10 @@
"node": "6.2.2",
"npm": "3.9.5"
},
- "main": "server.js",
+ "main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
- "start": "node server.js"
+ "start": "node ./app.js"
},
"repository": {
"type": "git",