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/commands/birthday.js')
-rw-r--r--lib/commands/birthday.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/commands/birthday.js b/lib/commands/birthday.js
index d8305cf8d..c7b5b31c5 100644
--- a/lib/commands/birthday.js
+++ b/lib/commands/birthday.js
@@ -2,6 +2,7 @@ const BaseCommand = require('../base-command.js')
class Birthday extends BaseCommand {
static name = 'birthday'
+ static description = 'Birthday'
static ignoreImplicitWorkspace = true
static isShellout = true