diff options
author | Forrest L Norvell <forrest@npmjs.com> | 2015-07-09 20:48:26 -0700 |
---|---|---|
committer | Jeremiah Senkpiel <fishrock123@rocketmail.com> | 2015-07-16 12:26:54 -0700 |
commit | 938cc757bb996244df6301cd91187789f4f8a909 (patch) | |
tree | e701fd52797d3babf9f1ab3355c96d2d8457c0eb /deps/npm/doc/cli/npm-ping.md | |
parent | 6c3aabf455f5ed9c65bd6ae1ea208c752317216b (diff) | |
download | node-new-938cc757bb996244df6301cd91187789f4f8a909.tar.gz |
deps: upgrade to npm 2.13.0
PR-URL: https://github.com/nodejs/io.js/pull/2152
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Diffstat (limited to 'deps/npm/doc/cli/npm-ping.md')
-rw-r--r-- | deps/npm/doc/cli/npm-ping.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/deps/npm/doc/cli/npm-ping.md b/deps/npm/doc/cli/npm-ping.md new file mode 100644 index 0000000000..f0e628915e --- /dev/null +++ b/deps/npm/doc/cli/npm-ping.md @@ -0,0 +1,16 @@ +npm-ping(1) -- Ping npm registry +================================ + +## SYNOPSIS + + npm ping [--registry <registry>] + +## DESCRIPTION + +Ping the configured or given npm registry and verify authentication. + +## SEE ALSO + +* npm-config(1) +* npm-config(7) +* npmrc(5) |