This commit is contained in:
Tyrel Souza 2017-11-27 22:01:05 -05:00
parent 76f358bead
commit 05b173a528
1 changed files with 3 additions and 2 deletions

View File

@ -2,9 +2,10 @@
"name": "node-web-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [],
"author": "",