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/config.js')
-rw-r--r--lib/config.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/config.js b/lib/config.js
index 7d0147712..d5ef6ec50 100644
--- a/lib/config.js
+++ b/lib/config.js
@@ -30,6 +30,10 @@ const publicVar = k => !/^(\/\/[^:]+:)?_/.test(k)
const BaseCommand = require('./base-command.js')
class Config extends BaseCommand {
+ static get description () {
+ return 'Manage the npm configuration files'
+ }
+
/* istanbul ignore next - see test/lib/load-all-commands.js */
static get name () {
return 'config'