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:
authorGeoffrey Mattie <info@geoffreymattie.com>2018-07-11 01:30:11 +0300
committerKat Marchán <kzm@zkat.tech>2018-07-11 01:42:02 +0300
commit738178315fe48e463028657ea7ae541c3d63d171 (patch)
tree18b2d8df7c4ef27010d8b247326ea77003b19925 /doc
parent5724983ea8f153fb122f9c0ccab6094a26dfc631 (diff)
docs: republish waiting period (#20920)
Explicitly state that republishing an unpublished package requires a 72h waiting period. PR-URL: https://github.com/npm/npm/pull/20920 Credit: @gmattie Reviewed-By: @zkat
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)`.