Try fix package.json
This commit is contained in:
parent
afea359294
commit
82a2c51c00
1 changed files with 2 additions and 2 deletions
|
|
@ -3,11 +3,11 @@
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "A simple blog connected to a MongoDB database.",
|
"description": "A simple blog connected to a MongoDB database.",
|
||||||
"main": "app.js",
|
"main": "app.js",
|
||||||
|
"author": "Mueez Khan",
|
||||||
|
"license": "ISC",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node app.js"
|
"start": "node app.js"
|
||||||
},
|
},
|
||||||
"author": "Mueez Khan",
|
|
||||||
"license": "ISC",
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dotenv": "^10.0.0",
|
"dotenv": "^10.0.0",
|
||||||
"ejs": "^3.1.6",
|
"ejs": "^3.1.6",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue