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/repo.js')
-rw-r--r--lib/repo.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/repo.js b/lib/repo.js
index aa07e07a8..5ab136abd 100644
--- a/lib/repo.js
+++ b/lib/repo.js
@@ -8,6 +8,11 @@ const openUrl = require('./utils/open-url.js')
const BaseCommand = require('./base-command.js')
class Repo extends BaseCommand {
/* istanbul ignore next - see test/lib/load-all-commands.js */
+ static get description () {
+ return 'Open package repository page in the browser'
+ }
+
+ /* istanbul ignore next - see test/lib/load-all-commands.js */
static get name () {
return 'repo'
}