We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 739634d commit 2b7eaadCopy full SHA for 2b7eaad
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
726
727
This feature is helpful for local offline development and creating tests
728
that require npm installing where you don't want to hit an external server,
729
-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.
730
731
*note*: Packages linked by local path will not have their own
732
dependencies installed when `npm install` is ran in this case. You must
0 commit comments