Try fix package.json

This commit is contained in:
rzmk 2021-06-21 21:41:38 -04:00
parent afea359294
commit 82a2c51c00

View file

@ -3,11 +3,11 @@
"version": "1.0.0",
"description": "A simple blog connected to a MongoDB database.",
"main": "app.js",
"author": "Mueez Khan",
"license": "ISC",
"scripts": {
"start": "node app.js"
},
"author": "Mueez Khan",
"license": "ISC",
"dependencies": {
"dotenv": "^10.0.0",
"ejs": "^3.1.6",