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/outdated.js')
-rw-r--r--lib/outdated.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/outdated.js b/lib/outdated.js
index 6a7b4e7b3..9b656d2ae 100644
--- a/lib/outdated.js
+++ b/lib/outdated.js
@@ -14,6 +14,11 @@ const BaseCommand = require('./base-command.js')
class Outdated extends BaseCommand {
/* istanbul ignore next - see test/lib/load-all-commands.js */
+ static get description () {
+ return 'Check for outdated packages'
+ }
+
+ /* istanbul ignore next - see test/lib/load-all-commands.js */
static get name () {
return 'outdated'
}