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/pack.js')
-rw-r--r--lib/pack.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/pack.js b/lib/pack.js
index cdd823430..4618e767e 100644
--- a/lib/pack.js
+++ b/lib/pack.js
@@ -12,6 +12,11 @@ const BaseCommand = require('./base-command.js')
class Pack extends BaseCommand {
/* istanbul ignore next - see test/lib/load-all-commands.js */
+ static get description () {
+ return 'Create a tarball from a package'
+ }
+
+ /* istanbul ignore next - see test/lib/load-all-commands.js */
static get name () {
return 'pack'
}