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/uninstall.js')
-rw-r--r--lib/uninstall.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/uninstall.js b/lib/uninstall.js
index c1c36ab6b..16a49b757 100644
--- a/lib/uninstall.js
+++ b/lib/uninstall.js
@@ -7,6 +7,10 @@ const completion = require('./utils/completion/installed-shallow.js')
const BaseCommand = require('./base-command.js')
class Uninstall extends BaseCommand {
+ static get description () {
+ return 'Remove a package'
+ }
+
/* istanbul ignore next - see test/lib/load-all-commands.js */
static get name () {
return 'uninstall'