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 41b6569..13cd12e 100644
--- a/package.json
+++ b/package.json
@@ -8,7 +8,7 @@
"name": "James Barnett"
},
"scripts": {
- "start": "node ./bin/www",
+ "start": "node ./app.js",
"dist": "pkg . --out-path ./dist"
},
"dependencies": {
@@ -25,7 +25,7 @@
"pkg": "4.3.1"
},
"bin" : {
- "tplink-monitor": "./bin/www"
+ "tplink-monitor": "./app.js"
},
"pkg": {
"scripts": "node_modules/hbs/lib/hbs.js",