Skip to content

Commit

Permalink
fix(docs): clean up npm shrinkwrap docs
Browse files Browse the repository at this point in the history
Just a small spelling fix and some width reformatting
  • Loading branch information
wraithgar committed Jan 13, 2021
1 parent eb061ca commit af186e1
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/content/commands/npm-shrinkwrap.md
Expand Up @@ -12,11 +12,12 @@ npm shrinkwrap

### Description

This command repurposes `package-lock.json` into a publishable
`npm-shrinkwrap.json` or simply creates a new one. The file created and updated
by this command will then take precedence over any other existing or future
`package-lock.json` files. For a detailed explanation of the design and purpose
of package locks in npm, see [package-locks](/configuring-npm/package-locks).
This command re-purposes `package-lock.json` into a publishable
`npm-shrinkwrap.json` or simply creates a new one. The file created and
updated by this command will then take precedence over any other
existing or future `package-lock.json` files. For a detailed explanation
of the design and purpose of package locks in npm, see
[package-locks](/configuring-npm/package-locks).

### See Also

Expand Down

0 comments on commit af186e1

Please sign in to comment.