Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
docs: Fix package-json typo in npm-config.md (#19870)
Browse files Browse the repository at this point in the history
PR-URL: #19870
Credit: @joebowbeer
Reviewed-By: @zkat
  • Loading branch information
joebowbeer authored and zkat committed Mar 8, 2018
1 parent b4f707d commit 7376dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/misc/npm-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ This option is an alias for `--shrinkwrap`.
* Default: false
* Type: Boolean

If set to true, it will update only the `package-json`,
If set to true, it will update only the `package-lock.json`,
instead of checking `node_modules` and downloading dependencies.

### parseable
Expand Down

0 comments on commit 7376dd8

Please sign in to comment.