From 82a2c51c004039bca2254e0ac7c7f97095be5d0f Mon Sep 17 00:00:00 2001 From: rzmk Date: Mon, 21 Jun 2021 21:41:38 -0400 Subject: [PATCH] Try fix package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 675b964..83e7d3c 100644 --- a/package.json +++ b/package.json @@ -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",