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 'doc/cli/npm-ping.md')
-rw-r--r--doc/cli/npm-ping.md24
1 files changed, 0 insertions, 24 deletions
diff --git a/doc/cli/npm-ping.md b/doc/cli/npm-ping.md
deleted file mode 100644
index 3b2da9944..000000000
--- a/doc/cli/npm-ping.md
+++ /dev/null
@@ -1,24 +0,0 @@
-npm-ping(1) -- Ping npm registry
-================================
-
-## SYNOPSIS
-
- npm ping [--registry <registry>]
-
-## DESCRIPTION
-
-Ping the configured or given npm registry and verify authentication.
-If it works it will output something like:
-```
-Ping success: {*Details about registry*}
-```
-otherwise you will get:
-```
-Ping error: {*Detail about error}
-```
-
-## SEE ALSO
-
-* npm-config(1)
-* npm-config(7)
-* npmrc(5)