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
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/cli/npm-unpublish.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/cli/npm-unpublish.md b/doc/cli/npm-unpublish.md
index 8ee07dfd8..57df24d1a 100644
--- a/doc/cli/npm-unpublish.md
+++ b/doc/cli/npm-unpublish.md
@@ -28,9 +28,10 @@ version combination can never be reused. In order to publish the
package again, a new version number must be used.
With the default registry (`registry.npmjs.org`), 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 support@npmjs.com.
+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 support@npmjs.com.
The scope is optional and follows the usual rules for `npm-scope(7)`.