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/dist-tag.js')
-rw-r--r--lib/dist-tag.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/dist-tag.js b/lib/dist-tag.js
index 81773a40a..13ec37fd8 100644
--- a/lib/dist-tag.js
+++ b/lib/dist-tag.js
@@ -8,6 +8,10 @@ const readLocalPkgName = require('./utils/read-local-package.js')
const BaseCommand = require('./base-command.js')
class DistTag extends BaseCommand {
+ static get description () {
+ return 'Modify package distribution tags'
+ }
+
/* istanbul ignore next - see test/lib/load-all-commands.js */
static get name () {
return 'dist-tag'