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/deprecate.js')
-rw-r--r--lib/deprecate.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/deprecate.js b/lib/deprecate.js
index a0c67f805..c640bcfe0 100644
--- a/lib/deprecate.js
+++ b/lib/deprecate.js
@@ -7,6 +7,10 @@ const libaccess = require('libnpmaccess')
const BaseCommand = require('./base-command.js')
class Deprecate extends BaseCommand {
+ static get description () {
+ return 'Deprecate a version of a package'
+ }
+
/* istanbul ignore next - see test/lib/load-all-commands.js */
static get name () {
return 'deprecate'