aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorHumairAK <humair88@hotmail.com>2016-09-18 21:02:07 +0000
committerHumairAK <humair88@hotmail.com>2016-09-18 21:02:07 +0000
commit541341598d5ed0e5c8ef9b2325dc6bbec958463a (patch)
tree2b52efc8b69bd787e16cc523b12d2a54caabd405 /package.json
parentd181c175009ef9b3523f025a28c678ae83be024e (diff)
parent535d6cfc7a66f174e6f9c656766bee9c15964c48 (diff)
Merged conflict
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",