Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarcy Clarke <darcy@darcyclarke.me>2020-12-18 22:24:28 +0300
committernlf <quitlahok@gmail.com>2021-01-28 23:23:37 +0300
commit8d3fd63aaa6a5c9b3d2281dd0bd9e1c270b35941 (patch)
tree283b598970a63ab1d52600e88b1602e8c5b48b7a /docs/content/using-npm/removal.md
parenteb4f069159f70d7a48a7e41002ab5b9f9e15fc04 (diff)
docs: updates to readme, removal, contributing & many more...darcyclarke/update-docs
- update `README.md` - update `CONTRIBUTING.md` - update `./docs/using-npm/removal.md` - update `./docs/content/commands/npm-view.md` - update `./docs/content/commands/npm-owner.md` - update `./docs/content/commands/npm-version.md` - update `./docs/content/configuring-npm/package-json.md` - update `./docs/content/using-npm/registry.md` - remove `./docs/content/using-npm/disputes.md` - remove `./docs/content/using-npm/semver.md` PR-URL: https://github.com/npm/cli/pull/2559 Credit: @darcyclarke Close: #2559 Reviewed-by: @nlf
Diffstat (limited to 'docs/content/using-npm/removal.md')
-rw-r--r--docs/content/using-npm/removal.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/content/using-npm/removal.md b/docs/content/using-npm/removal.md
index 7b35460b5..c5e13b674 100644
--- a/docs/content/using-npm/removal.md
+++ b/docs/content/using-npm/removal.md
@@ -58,8 +58,6 @@ modules. To track those down, you can do the following:
find /usr/local/{lib/node,bin} -exec grep -l npm \{\} \; ;
```
-(This is also in the README file.)
-
### See also
* [npm uninstall](/commands/npm-uninstall)