diff --git a/.npmrc b/.npmrc index 5f0fc3f..4ea8baa 100644 --- a/.npmrc +++ b/.npmrc @@ -1,3 +1,3 @@ -//registry.npmjs.org/:_authToken=${NPM_TOKEN} -registry=https://registry.npmjs.org/ +//npm.pkg.github.com/:_authToken=${NPM_TOKEN} +registry=https://npm.pkg.github.com/ always-auth=true