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/ping.js')
-rw-r--r--lib/ping.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/ping.js b/lib/ping.js
index 53467c93b..b68ea6b56 100644
--- a/lib/ping.js
+++ b/lib/ping.js
@@ -4,13 +4,13 @@ const BaseCommand = require('./base-command.js')
class Ping extends BaseCommand {
/* istanbul ignore next - see test/lib/load-all-commands.js */
- static get name () {
- return 'ping'
+ static get description () {
+ return 'Ping npm registry'
}
/* istanbul ignore next - see test/lib/load-all-commands.js */
- static get description () {
- return 'ping registry'
+ static get name () {
+ return 'ping'
}
exec (args, cb) {