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
path: root/lib/ls.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ls.js')
-rw-r--r--lib/ls.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ls.js b/lib/ls.js
index 3b73f4d1e..65b3ddfe7 100644
--- a/lib/ls.js
+++ b/lib/ls.js
@@ -24,6 +24,11 @@ const BaseCommand = require('./base-command.js')
class LS extends BaseCommand {
/* istanbul ignore next - see test/lib/load-all-commands.js */
+ static get description () {
+ return 'List installed packages'
+ }
+
+ /* istanbul ignore next - see test/lib/load-all-commands.js */
static get name () {
return 'ls'
}