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 'lib/dedupe.js')
-rw-r--r--lib/dedupe.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/dedupe.js b/lib/dedupe.js
index 4dd759dac..b80a777fc 100644
--- a/lib/dedupe.js
+++ b/lib/dedupe.js
@@ -6,6 +6,11 @@ const BaseCommand = require('./base-command.js')
class Dedupe extends BaseCommand {
/* istanbul ignore next - see test/lib/load-all-commands.js */
+ static get description () {
+ return 'Reduce duplication in the package tree'
+ }
+
+ /* istanbul ignore next - see test/lib/load-all-commands.js */
static get name () {
return 'dedupe'
}