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/publish.js')
-rw-r--r--lib/publish.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/publish.js b/lib/publish.js
index ed05d1902..410e911f9 100644
--- a/lib/publish.js
+++ b/lib/publish.js
@@ -19,6 +19,10 @@ const readJson = util.promisify(require('read-package-json'))
const BaseCommand = require('./base-command.js')
class Publish extends BaseCommand {
+ static get description () {
+ return 'Publish a package'
+ }
+
/* istanbul ignore next - see test/lib/load-all-commands.js */
static get name () {
return 'publish'