From 067751641875425170c089f38cb16641748887e7 Mon Sep 17 00:00:00 2001 From: pathum25 Date: Tue, 21 Jul 2026 21:46:53 +0800 Subject: [PATCH] Update registry.md --- docs/content/using-npm/registry.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}`