Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
docs: republish waiting period (#20920)
Browse files Browse the repository at this point in the history
Explicitly state that republishing an unpublished package requires a 72h waiting period.

PR-URL: #20920
Credit: @gmattie
Reviewed-By: @zkat
  • Loading branch information
gmattie authored and zkat committed Jul 10, 2018
1 parent 5724983 commit 7381783
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions doc/cli/npm-unpublish.md
Expand Up @@ -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)`.

Expand Down

0 comments on commit 7381783

Please sign in to comment.