oop
This commit is contained in:
parent
d544244fdf
commit
cf9d16f324
1 changed files with 2 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
||||||
"name": "multiplayer-whiteboard",
|
"name": "multiplayer-whiteboard",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "A drawing program where everyone shares the same whiteboard",
|
"description": "A drawing program where everyone shares the same whiteboard",
|
||||||
"main": "server.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node server.js"
|
"start": "node index.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"express": "^4.17.2",
|
"express": "^4.17.2",
|
||||||
|
|
Loading…
Reference in a new issue