From 6b72450c241d29a5121bd9fe7a68c86b32284fe4 Mon Sep 17 00:00:00 2001 From: Mahesh Asolkar Date: Mon, 2 Jan 2023 13:33:34 -0800 Subject: [PATCH] Added license and repository to package.json --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index 81c9d26..29c29ba 100644 --- a/package.json +++ b/package.json @@ -6,5 +6,10 @@ "main": "website.js", "scripts": { "start": "node website.js" + }, + "license": "MIT", + "repository": { + "type": "git", + "url": "https://git.heshapps.com/asolkar/mma-website.git" } }