From a3c1274460e16d1edbdca6a0cee86ef313fdd961 Mon Sep 17 00:00:00 2001 From: Gar Date: Thu, 14 Jan 2021 12:39:55 -0800 Subject: [PATCH] fix(docs): delineate package name Co-authored-by: Darcy Clarke PR-URL: https://github.com/npm/cli/pull/2464 Credit: @wraithgar Close: #2464 Reviewed-by: @darcyclarke --- docs/content/commands/npm-uninstall.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/commands/npm-uninstall.md b/docs/content/commands/npm-uninstall.md index 058ab5ef4137f..258431cbd9f94 100644 --- a/docs/content/commands/npm-uninstall.md +++ b/docs/content/commands/npm-uninstall.md @@ -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