From 9e53561f46be06dec4da4d87d9f8ea8b81bae274 Mon Sep 17 00:00:00 2001 From: Andrea Chiarelli <25705235+andychiare@users.noreply.github.com> Date: Wed, 17 Sep 2025 16:11:40 +0200 Subject: [PATCH] Remove repo URL reference --- package.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/package.json b/package.json index de9a071..60d5eaf 100644 --- a/package.json +++ b/package.json @@ -6,16 +6,8 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, - "repository": { - "type": "git", - "url": "git+https://github.com/SarahJay55/auth0-management-api.git" - }, "author": "", "license": "ISC", - "bugs": { - "url": "https://github.com/SarahJay55/auth0-management-api/issues" - }, - "homepage": "https://github.com/SarahJay55/auth0-management-api#readme", "dependencies": { "auth0": "^2.18.0", "axios": "^0.19.0",