From 80bc3b38145262b44e8e04030beaee58bb824bf7 Mon Sep 17 00:00:00 2001 From: Khaled Alam Date: Fri, 4 Sep 2020 07:07:45 +0200 Subject: [PATCH] config --- .npmrc | 1 - package.json | 5 +---- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 .npmrc diff --git a/.npmrc b/.npmrc deleted file mode 100644 index f3d49bf..0000000 --- a/.npmrc +++ /dev/null @@ -1 +0,0 @@ -registry=https://npm.pkg.github.com/khaledalam diff --git a/package.json b/package.json index e0b602a..47e180b 100644 --- a/package.json +++ b/package.json @@ -31,8 +31,5 @@ "bugs": { "url": "https://github.com/khaledalam/instagrammer/issues" }, - "homepage": "https://github.com/khaledalam/instagrammer", - "publishConfig": { - "registry": "https://npm.pkg.github.com/khaledalam" - } + "homepage": "https://github.com/khaledalam/instagrammer" }