diff options
author | Kat Marchán <kzm@sykosomatic.org> | 2015-09-04 14:47:14 -0700 |
---|---|---|
committer | Rod Vagg <rod@vagg.org> | 2015-09-06 21:38:09 +1000 |
commit | d15ba80d6f7a473a70081768500260429ecb6218 (patch) | |
tree | d83559d4277c56eab5fffb986dd1e4ec8db94a4b /deps/npm/html/doc/cli/npm-publish.html | |
parent | b4f1711a629251f6aab7615907fe7358881e0648 (diff) | |
download | node-new-d15ba80d6f7a473a70081768500260429ecb6218.tar.gz |
deps: upgrade to npm 2.14.2
PR-URL: https://github.com/nodejs/node/pull/2696
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Rod Vagg <rod@vagg.org>
Diffstat (limited to 'deps/npm/html/doc/cli/npm-publish.html')
-rw-r--r-- | deps/npm/html/doc/cli/npm-publish.html | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/deps/npm/html/doc/cli/npm-publish.html b/deps/npm/html/doc/cli/npm-publish.html index 61d10cc4f8..3c42d256b9 100644 --- a/deps/npm/html/doc/cli/npm-publish.html +++ b/deps/npm/html/doc/cli/npm-publish.html @@ -15,11 +15,11 @@ npm publish <folder> [--tag <tag>] [--access <public|restricted>] </code></pre><h2 id="description">DESCRIPTION</h2> <p>Publishes a package to the registry so that it can be installed by name. See -<code><a href="../misc/npm-developers.html"><a href="../misc/npm-developers.html">npm-developers(7)</a></a></code> for details on what's included in the published package, as +<code><a href="../misc/npm-developers.html">npm-developers(7)</a></code> for details on what's included in the published package, as well as details on how the package is built.</p> <p>By default npm will publish to the public registry. This can be overridden by -specifying a different default registry or using a <code><a href="../misc/npm-scope.html"><a href="../misc/npm-scope.html">npm-scope(7)</a></a></code> in the name -(see <code><a href="../files/package.json.html"><a href="../files/package.json.html">package.json(5)</a></a></code>).</p> +specifying a different default registry or using a <code><a href="../misc/npm-scope.html">npm-scope(7)</a></code> in the name +(see <code><a href="../files/package.json.html">package.json(5)</a></code>).</p> <ul> <li><p><code><folder></code>: A folder containing a package.json file</p> @@ -44,15 +44,15 @@ to publish scoped packages.</p> the specified registry.</p> <p>Once a package is published with a given name and version, that specific name and version combination can never be used again, even if -it is removed with <a href="../cli/npm-unpublish.html"><a href="../cli/npm-unpublish.html">npm-unpublish(1)</a></a>.</p> +it is removed with <a href="../cli/npm-unpublish.html">npm-unpublish(1)</a>.</p> <h2 id="see-also">SEE ALSO</h2> <ul> -<li><a href="../misc/npm-registry.html"><a href="../misc/npm-registry.html">npm-registry(7)</a></a></li> -<li><a href="../misc/npm-scope.html"><a href="../misc/npm-scope.html">npm-scope(7)</a></a></li> -<li><a href="../cli/npm-adduser.html"><a href="../cli/npm-adduser.html">npm-adduser(1)</a></a></li> -<li><a href="../cli/npm-owner.html"><a href="../cli/npm-owner.html">npm-owner(1)</a></a></li> -<li><a href="../cli/npm-deprecate.html"><a href="../cli/npm-deprecate.html">npm-deprecate(1)</a></a></li> -<li><a href="../cli/npm-tag.html"><a href="../cli/npm-tag.html">npm-tag(1)</a></a></li> +<li><a href="../misc/npm-registry.html">npm-registry(7)</a></li> +<li><a href="../misc/npm-scope.html">npm-scope(7)</a></li> +<li><a href="../cli/npm-adduser.html">npm-adduser(1)</a></li> +<li><a href="../cli/npm-owner.html">npm-owner(1)</a></li> +<li><a href="../cli/npm-deprecate.html">npm-deprecate(1)</a></li> +<li><a href="../cli/npm-tag.html">npm-tag(1)</a></li> </ul> </div> @@ -66,5 +66,5 @@ it is removed with <a href="../cli/npm-unpublish.html"><a href="../cli/npm-unpub <tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr> <tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr> </table> -<p id="footer">npm-publish — npm@2.13.3</p> +<p id="footer">npm-publish — npm@2.14.2</p> |