From 2e5175a3df348a2f94ddd4a8a65569532b3f7e9e Mon Sep 17 00:00:00 2001 From: Liliia Pelypenko Date: Wed, 14 Oct 2020 13:02:42 +0900 Subject: [PATCH] Configured registry --- .npmrc | 5 +++-- package.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.npmrc b/.npmrc index abd5663..5f0fc3f 100644 --- a/.npmrc +++ b/.npmrc @@ -1,2 +1,3 @@ -//npm.pkg.github.com/:_authToken=${GITHUB_TOKEN} -@lpelypenko:registry=https://npm.pkg.github.com +//registry.npmjs.org/:_authToken=${NPM_TOKEN} +registry=https://registry.npmjs.org/ +always-auth=true diff --git a/package.json b/package.json index f2a123c..90d0813 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "test:watch": "jest test --watch" }, "publishConfig": { - "access": "public" + "registry": "https://npm.pkg.github.com/" }, "peerDependencies": { "axe-core": ">=3"