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-dedupe.md')
-rw-r--r--docs/content/commands/npm-dedupe.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/content/commands/npm-dedupe.md b/docs/content/commands/npm-dedupe.md
index 9b14e99dd..c6d26126d 100644
--- a/docs/content/commands/npm-dedupe.md
+++ b/docs/content/commands/npm-dedupe.md
@@ -1,7 +1,7 @@
---
title: npm-dedupe
section: 1
-description: Reduce duplication
+description: Reduce duplication in the package tree
---
### Synopsis
@@ -10,7 +10,7 @@ description: Reduce duplication
npm dedupe
npm ddp
-aliases: find-dupes, ddp
+aliases: ddp
```
### Description
@@ -74,6 +74,7 @@ Using `npm find-dupes` will run the command in `--dry-run` mode.
### See Also
+* [npm find-dupes](/cli-commands/find-dupes)
* [npm ls](/cli-commands/ls)
* [npm update](/cli-commands/update)
* [npm install](/cli-commands/install)