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/star.js')
-rw-r--r--lib/star.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/star.js b/lib/star.js
index 9a8ee8c77..4c5cf4900 100644
--- a/lib/star.js
+++ b/lib/star.js
@@ -6,6 +6,10 @@ const getIdentity = require('./utils/get-identity')
const BaseCommand = require('./base-command.js')
class Star extends BaseCommand {
+ static get description () {
+ return 'Mark your favorite packages'
+ }
+
/* istanbul ignore next - see test/lib/load-all-commands.js */
static get name () {
return 'star'