From c75849f20bfc8ab5f5e282296a2ac1b46a7f509d Mon Sep 17 00:00:00 2001 From: --replace-all Date: Fri, 20 Aug 2021 02:19:00 +0800 Subject: [PATCH] Add git repo URL to package.json --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index a161aa5..23eb75b 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,10 @@ "dist" ], "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/utkarsh867/typegraphql-authchecker" + }, "devDependencies": { "@types/node": "^16.6.2", "class-validator": "^0.13.1",