summaryrefslogtreecommitdiff
path: root/deps/npm/html/doc/cli/npm-unpublish.html
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/html/doc/cli/npm-unpublish.html')
-rw-r--r--deps/npm/html/doc/cli/npm-unpublish.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/deps/npm/html/doc/cli/npm-unpublish.html b/deps/npm/html/doc/cli/npm-unpublish.html
index 72e84ce862..6b68e3528b 100644
--- a/deps/npm/html/doc/cli/npm-unpublish.html
+++ b/deps/npm/html/doc/cli/npm-unpublish.html
@@ -11,8 +11,7 @@
<h1><a href="../cli/npm-unpublish.html">npm-unpublish</a></h1> <p>Remove a package from the registry</p>
<h2 id="synopsis">SYNOPSIS</h2>
-<pre><code>npm unpublish [&lt;@scope&gt;/]&lt;pkg&gt;[@&lt;version&gt;]
-</code></pre><h2 id="warning">WARNING</h2>
+<pre><code>npm unpublish [&lt;@scope&gt;/]&lt;pkg&gt;[@&lt;version&gt;]</code></pre><h2 id="warning">WARNING</h2>
<p><strong>It is generally considered bad behavior to remove versions of a library
that others are depending on!</strong></p>
<p>Consider using the <code>deprecate</code> command
@@ -27,9 +26,10 @@ the root package entry is removed from the registry entirely.</p>
version combination can never be reused. In order to publish the
package again, a new version number must be used.</p>
<p>With the default registry (<code>registry.npmjs.org</code>), unpublish is
-only allowed with versions published in the last 24 hours. If you
-are trying to unpublish a version published longer ago than that,
-contact <a href="mailto:support@npmjs.com">support@npmjs.com</a>.</p>
+only allowed with versions published in the last 72 hours. Similarly,
+new versions of unpublished packages may not be republished until 72 hours
+have passed. If you are trying to unpublish a version published longer
+ago than that, contact <a href="mailto:support@npmjs.com">support@npmjs.com</a>.</p>
<p>The scope is optional and follows the usual rules for <code><a href="../misc/npm-scope.html">npm-scope(7)</a></code>.</p>
<h2 id="see-also">SEE ALSO</h2>
<ul>
@@ -51,5 +51,5 @@ contact <a href="mailto:support@npmjs.com">support@npmjs.com</a>.</p>
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr>
<tr><td colspan=5 style="width:50px;height:10px;background:#fff">&nbsp;</td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4>&nbsp;</td><td style="width:90px;height:10px;background:#fff" colspan=9>&nbsp;</td></tr>
</table>
-<p id="footer">npm-unpublish &mdash; npm@6.1.0</p>
+<p id="footer">npm-unpublish &mdash; npm@6.2.0</p>