Skip to content

Commit

Permalink
fixup: Update docs/lib/content/configuring-npm/package-json.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar committed May 1, 2024
1 parent add243e commit 91cfb90
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 @@ -820,7 +820,7 @@ to express this. If you depend on features introduced in 1.5.2, use

The `peerDependenciesMeta` field serves to provide npm more information on how
your peer dependencies are to be used. Specifically, it allows peer
dependencies to be marked as optional. Npm would not automatically install
dependencies to be marked as optional. Npm will not automatically install
optional peer dependencies. This allows you to
integrate and interact with a variety of host packages without requiring
all of them to be installed.
Expand Down

0 comments on commit 91cfb90

Please sign in to comment.