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/bugs.js')
-rw-r--r--lib/bugs.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/bugs.js b/lib/bugs.js
index 1814dd7bc..a0cef4c5e 100644
--- a/lib/bugs.js
+++ b/lib/bugs.js
@@ -5,6 +5,10 @@ const hostedFromMani = require('./utils/hosted-git-info-from-manifest.js')
const BaseCommand = require('./base-command.js')
class Bugs extends BaseCommand {
+ static get description () {
+ return 'Report bugs for a package in a web browser'
+ }
+
static get name () {
return 'bugs'
}