Skip to content

Commit 2b7eaad

Browse files
authored
docs(package-json): Reword warning about publishing local dependencies (#7168)
1 parent 739634d commit 2b7eaad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/lib/content/configuring-npm/package-json.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ in which case they will be normalized to a relative path and added to your
726726

727727
This feature is helpful for local offline development and creating tests
728728
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.
729+
but should not be used when publishing your package to the public registry.
730730
731731
*note*: Packages linked by local path will not have their own
732732
dependencies installed when `npm install` is ran in this case. You must

0 commit comments

Comments
 (0)