Navigation Menu

Skip to content

Commit

Permalink
fix(docs): delineate package name
Browse files Browse the repository at this point in the history
Co-authored-by: Darcy Clarke <darcy@darcyclarke.me>

PR-URL: #2464
Credit: @wraithgar
Close: #2464
Reviewed-by: @darcyclarke
  • Loading branch information
wraithgar committed Jan 14, 2021
1 parent dc6b2a8 commit a3c1274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/commands/npm-uninstall.md
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

0 comments on commit a3c1274

Please sign in to comment.