Fix package.json
This commit is contained in:
parent
4d5f24eebb
commit
afea359294
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
"description": "A simple blog connected to a MongoDB database.",
|
"description": "A simple blog connected to a MongoDB database.",
|
||||||
"main": "app.js",
|
"main": "app.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"start": "node app.js"
|
||||||
},
|
},
|
||||||
"author": "Mueez Khan",
|
"author": "Mueez Khan",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue