diff --git a/docs/content/using-npm/registry.md b/docs/content/using-npm/registry.md index 4a265db03f079..b4ac73a8f6338 100644 --- a/docs/content/using-npm/registry.md +++ b/docs/content/using-npm/registry.md @@ -61,7 +61,7 @@ The npm registry does not try to correlate the information in these headers with any authenticated accounts that may be used in the same requests. ### How can I prevent my package from being published in the official registry? - + Set `"private": true` in your `package.json` to prevent it from being published at all, or `"publishConfig":{"registry":"http://my-internal-registry.local"}`