From d1b42fe79ff5c913f9c1225c3fe839de9446c043 Mon Sep 17 00:00:00 2001 From: mifi Date: Thu, 4 May 2023 21:13:01 -0400 Subject: [PATCH] Remove registry from package.json --- package.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/package.json b/package.json index 69952cb..3e043ea 100644 --- a/package.json +++ b/package.json @@ -76,9 +76,5 @@ "passport-jwt": "^4.0.1", "passport-local": "^1.0.0" }, - "description": "", - "repository": { - "type": "git", - "url": "https://git.mifi.dev/mifi/auth.git" - } + "description": "" }