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"