Skip to content

Commit

Permalink
docs(package-json): Reword warning about publishing local dependencies (
Browse files Browse the repository at this point in the history
  • Loading branch information
DanKaplanSES committed Jan 22, 2024
1 parent 739634d commit 2b7eaad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/lib/content/configuring-npm/package-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b7eaad

Please sign in to comment.