Added explicit npm registry in publishConfig

no issue

The members-js package is published on npm and this ensures `yarn ship` attempts to push to correct registry instead of yarn registry in case not set globally.
This commit is contained in:
Rish 2020-04-30 17:37:29 +05:30
parent 02d968dd4e
commit 49606f8fdf

View File

@ -11,7 +11,8 @@
"README.md"
],
"publishConfig": {
"access": "public"
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@testing-library/jest-dom": "4.2.4",