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/unstar.js')
-rw-r--r--lib/unstar.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/unstar.js b/lib/unstar.js
index 5786cfce6..bc32ba617 100644
--- a/lib/unstar.js
+++ b/lib/unstar.js
@@ -2,6 +2,11 @@ const Star = require('./star.js')
class Unstar extends Star {
/* istanbul ignore next - see test/lib/load-all-commands.js */
+ static get description () {
+ return 'Remove an item from your favorite packages'
+ }
+
+ /* istanbul ignore next - see test/lib/load-all-commands.js */
static get name () {
return 'unstar'
}