diff --git a/package.json b/package.json index 757aaa0..0024a9f 100644 --- a/package.json +++ b/package.json @@ -2,9 +2,9 @@ "name": "video-chat2", "version": "1.0.0", "description": "", - "main": "index.js", + "main": "server.js", "scripts": { - "start": "node index.js", + "start": "node server.js", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", diff --git a/public/chat.html b/public/chat.html index a7032c0..752c45c 100644 --- a/public/chat.html +++ b/public/chat.html @@ -40,7 +40,6 @@ color: red; } -
@@ -60,6 +59,6 @@ - +