From 6c4263d216e7e003813086fdea4e40984fd94e53 Mon Sep 17 00:00:00 2001 From: Abdulrahman AL-Janabi Date: Sun, 10 Nov 2024 21:47:48 +0300 Subject: [PATCH] add the registry of npm package to the github --- package.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/package.json b/package.json index f3ab4ea..e11792b 100644 --- a/package.json +++ b/package.json @@ -35,9 +35,5 @@ "files": [ "dist", "README.md" - ], - "publishConfig": { - "registry": "https://npm.pkg.github.com", - "access": "public" - } + ] }