From 2f8433f6790bf49e9070eb9940e2eff94e053b13 Mon Sep 17 00:00:00 2001 From: Daniel Kaplan Date: Mon, 22 Jan 2024 12:01:33 -0800 Subject: [PATCH] docs(package-json): Reword warning about publishing local dependencies --- docs/lib/content/configuring-npm/package-json.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lib/content/configuring-npm/package-json.md b/docs/lib/content/configuring-npm/package-json.md index 7561d0550ee85..4487910ec685c 100644 --- a/docs/lib/content/configuring-npm/package-json.md +++ b/docs/lib/content/configuring-npm/package-json.md @@ -726,7 +726,7 @@ in which case they will be normalized to a relative path and added to your This feature is helpful for local offline development and creating tests that require npm installing where you don't want to hit an external server, -but should not be used when publishing packages to the public registry. +but should not be used when publishing your package to the public registry. *note*: Packages linked by local path will not have their own dependencies installed when `npm install` is ran in this case. You must