Skip to content

Commit 7381783

Browse files
gmattiezkat
authored andcommitted
docs: republish waiting period (#20920)
Explicitly state that republishing an unpublished package requires a 72h waiting period. PR-URL: npm/npm#20920 Credit: @gmattie Reviewed-By: @zkat
1 parent 5724983 commit 7381783

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/cli/npm-unpublish.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ version combination can never be reused. In order to publish the
2828
package again, a new version number must be used.
2929

3030
With the default registry (`registry.npmjs.org`), unpublish is
31-
only allowed with versions published in the last 24 hours. If you
32-
are trying to unpublish a version published longer ago than that,
33-
contact support@npmjs.com.
31+
only allowed with versions published in the last 72 hours. Similarly,
32+
new versions of unpublished packages may not be republished until 72 hours
33+
have passed. If you are trying to unpublish a version published longer
34+
ago than that, contact support@npmjs.com.
3435

3536
The scope is optional and follows the usual rules for `npm-scope(7)`.
3637

0 commit comments

Comments
 (0)