Skip to content

Commit 95031b9

Browse files
neverettzkat
authored andcommitted
docs: Update republish time and lightly reorganize republish info (#48)
PR-URL: #48 Credit: @neverett Reviewed-By: @zkat
1 parent 0e576f0 commit 95031b9

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

doc/cli/npm-unpublish.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,15 @@ If no version is specified, or if all versions are removed then
2424
the root package entry is removed from the registry entirely.
2525

2626
Even if a package version is unpublished, that specific name and
27-
version combination can never be reused. In order to publish the
28-
package again, a new version number must be used.
27+
version combination can never be reused. In order to publish the
28+
package again, a new version number must be used. Additionally,
29+
new versions of packages with every version unpublished may not
30+
be republished until 24 hours have passed.
2931

3032
With the default registry (`registry.npmjs.org`), unpublish is
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 [email protected].
33+
only allowed with versions published in the last 72 hours. If you
34+
are trying to unpublish a version published longer ago than that,
35+
3536

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

0 commit comments

Comments
 (0)