0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

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",