1
0
mirror of https://github.com/hack-chat/main.git synced 2024-03-22 13:20:33 +08:00

Check "main" and "scripts/start"

This commit is contained in:
Neel Kamath 2018-05-18 11:52:33 +05:30
parent db807bc195
commit 7311729542

View File

@ -2,7 +2,7 @@
"name": "hack.chat-v2",
"version": "2.0.1",
"description": "a minimal distraction free chat application",
"main": "main.js",
"main": "server/main.js",
"repository": {
"type": "git",
"url": "git+https://github.com/hack-chat/main.git"
@ -12,11 +12,10 @@
"npm": ">= 5.7.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"config": "node src/scripts/configure.js",
"debug": "node src/scripts/debug.js",
"dev": "node src/scripts/debug.js"
"start": "node server/main.js",
"config": "node server/src/scripts/configure.js",
"debug": "node server/src/scripts/debug.js",
"dev": "node server/src/scripts/debug.js"
},
"author": "Marzavec",
"license": "WTFPL",
@ -31,4 +30,4 @@
"readdir-recursive": "0.0.4",
"ws": "^5.0.0"
}
}
}