From e9747b2792f9a102dee49140ee4522506d680b86 Mon Sep 17 00:00:00 2001 From: Afnizar Nur Ghifari Date: Thu, 15 Oct 2020 21:59:42 +0700 Subject: [PATCH] fix: remove package registry --- package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/package.json b/package.json index c94a10f..418e533 100644 --- a/package.json +++ b/package.json @@ -4,9 +4,6 @@ "description": "A fun-themed simple open source icon made by the folks at Natatoko.", "author": "Afnizar Nur Ghifari ", "homepage": "https://github.com/afnizarnur/nataicons", - "publishConfig": { - "registry": "https://npm.pkg.github.com/@afnizarnur" - }, "scripts": { "prepublishOnly": "npm run build", "build": "npm run build:icons && npm run build:vue && rollup -c",