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/diff.js')
-rw-r--r--lib/diff.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/diff.js b/lib/diff.js
index 221213365..c5e4b403e 100644
--- a/lib/diff.js
+++ b/lib/diff.js
@@ -12,6 +12,10 @@ const readLocalPkg = require('./utils/read-local-package.js')
const BaseCommand = require('./base-command.js')
class Diff extends BaseCommand {
+ static get description () {
+ return 'The registry diff command'
+ }
+
/* istanbul ignore next - see test/lib/load-all-commands.js */
static get name () {
return 'diff'