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/init.js')
-rw-r--r--lib/init.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/init.js b/lib/init.js
index 3d11050e4..81c673388 100644
--- a/lib/init.js
+++ b/lib/init.js
@@ -5,6 +5,11 @@ const BaseCommand = require('./base-command.js')
class Init extends BaseCommand {
/* istanbul ignore next - see test/lib/load-all-commands.js */
+ static get description () {
+ return 'Create a package.json file'
+ }
+
+ /* istanbul ignore next - see test/lib/load-all-commands.js */
static get name () {
return 'init'
}