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/update.js')
-rw-r--r--lib/update.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/update.js b/lib/update.js
index 8ce52a442..66a668cd3 100644
--- a/lib/update.js
+++ b/lib/update.js
@@ -9,6 +9,11 @@ const completion = require('./utils/completion/installed-deep.js')
const BaseCommand = require('./base-command.js')
class Update extends BaseCommand {
/* istanbul ignore next - see test/lib/load-all-commands.js */
+ static get description () {
+ return 'Update packages'
+ }
+
+ /* istanbul ignore next - see test/lib/load-all-commands.js */
static get name () {
return 'update'
}