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/version.js')
-rw-r--r--lib/version.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/version.js b/lib/version.js
index 30097a3c3..18b7d7d6c 100644
--- a/lib/version.js
+++ b/lib/version.js
@@ -2,6 +2,10 @@ const libversion = require('libnpmversion')
const BaseCommand = require('./base-command.js')
class Version extends BaseCommand {
+ static get description () {
+ return 'Bump a package version'
+ }
+
/* istanbul ignore next - see test/lib/load-all-commands.js */
static get name () {
return 'version'