Skip to content

Commit

Permalink
Added publishConfig into npm config
Browse files Browse the repository at this point in the history
  • Loading branch information
lpelypenko committed Dec 24, 2020
1 parent e65cc66 commit 9ea4689
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"test:watch": "jest test --watch"
},
"publishConfig": {
"access": "public"
"access": "public",
"registry": "http://registry.npmjs.org"
},
"peerDependencies": {
"axe-core": ">=3"
Expand Down

0 comments on commit 9ea4689

Please sign in to comment.