Skip to content

fix(docs): clean up npm uninstall docs #2464

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 8 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix(docs): delineate package name
Co-authored-by: Darcy Clarke <[email protected]>
  • Loading branch information
wraithgar and darcyclarke authored Jan 14, 2021
commit a850e64cb8718e4c40be9c27fa18a20c2283cb86
2 changes: 1 addition & 1 deletion docs/content/commands/npm-uninstall.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ npm uninstall sax
npm uninstall lodash --no-save
```

lodash will not be removed from your `package.json`,
`lodash` will not be removed from your `package.json`,
`npm-shrinkwrap.json`, or `package-lock.json` files.

### See Also
Expand Down