Skip to content

Commit

Permalink
Configured registry
Browse files Browse the repository at this point in the history
  • Loading branch information
lpelypenko committed Oct 14, 2020
1 parent 93695ea commit 2e5175a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"test:watch": "jest test --watch"
},
"publishConfig": {
"access": "public"
"registry": "https://npm.pkg.github.com/"
},
"peerDependencies": {
"axe-core": ">=3"
Expand Down

0 comments on commit 2e5175a

Please sign in to comment.