From ff4ec11182bea475ba250c78a7939728bef5a92c Mon Sep 17 00:00:00 2001 From: LorexIQ Date: Thu, 14 Nov 2024 16:49:57 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D0=B0=20=D0=BA=D0=BE=D0=BD=D1=84=D0=B8=D0=B3?= =?UTF-8?q?=D1=83=D1=80=D0=B0=D1=86=D0=B8=D1=8F=20=D0=BF=D1=83=D0=B1=D0=BB?= =?UTF-8?q?=D0=B8=D0=BA=D0=B0=D1=86=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .npmrc | 1 - package.json | 5 +---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.npmrc b/.npmrc index f97c834..cf04042 100644 --- a/.npmrc +++ b/.npmrc @@ -1,3 +1,2 @@ shamefully-hoist=true strict-peer-dependencies=false -//npm.pkg.github.com/:_authToken=TOKEN diff --git a/package.json b/package.json index ebb0354..47d1b39 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@lorexiq/nuxt-auto-import", + "name": "nuxt-auto-import", "version": "1.1.1", "keywords": [ "vue", @@ -10,9 +10,6 @@ "simpfy structure" ], "description": "Importing any data at the build stage into the client", - "publishConfig": { - "registry": "https://npm.pkg.github.com" - }, "repository": { "type": "git", "url": "git+https://github.com/LorexIQ/nuxt-auto-import.git"