Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing publishConfig #116

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Removing publishConfig
Explicitly specifying that the package be published to https://registry.npmjs.org/ keeps the package from being able to be installed to a private registry. See https://stackoverflow.com/questions/70962883/why-cant-i-publish-this-specific-package-to-a-private-npm-registry-hosted-by-ve.
kochcj1 authored Feb 3, 2022
commit 85f6913354d3efb982c827baf5761f4b92edb2e8
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -46,9 +46,6 @@
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^5.1.1"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"react"
],