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:
Diffstat (limited to 'docs/content/commands/npm-uninstall.md')
-rw-r--r--docs/content/commands/npm-uninstall.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/commands/npm-uninstall.md b/docs/content/commands/npm-uninstall.md
index 8132bf6bc..9316c686d 100644
--- a/docs/content/commands/npm-uninstall.md
+++ b/docs/content/commands/npm-uninstall.md
@@ -13,7 +13,7 @@ description: Remove a package
```bash
npm uninstall [<@scope>/]<pkg>...
-aliases: un, unlink, remove, rm, r
+aliases: unlink, remove, rm, r, un
```
<!-- automatically generated, do not edit manually -->