Skip to content

Commit

Permalink
fix(docs): rebuild config docs
Browse files Browse the repository at this point in the history
updates copy for package-lock-only and ls
  • Loading branch information
wraithgar committed Jun 17, 2021
1 parent 699c2d7 commit 7469d35
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/content/using-npm/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -898,8 +898,14 @@ package-locks disabled use `npm prune`.
* Default: false
* Type: Boolean

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

For `update` this means only the `package-lock.json` will be updated,
instead of checking `node_modules` and downloading dependencies.

For `list` this means the output will be based on the tree described by the
`package-lock.json`, rather than the contents of `node_modules`.

#### `parseable`

Expand Down

0 comments on commit 7469d35

Please sign in to comment.