summaryrefslogtreecommitdiff
path: root/deps/node/deps/npm/doc/cli/npm-ping.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/node/deps/npm/doc/cli/npm-ping.md')
-rw-r--r--deps/node/deps/npm/doc/cli/npm-ping.md24
1 files changed, 0 insertions, 24 deletions
diff --git a/deps/node/deps/npm/doc/cli/npm-ping.md b/deps/node/deps/npm/doc/cli/npm-ping.md
deleted file mode 100644
index 3b2da994..00000000
--- a/deps/node/deps/npm/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)