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

Commit 2f3e4b6

Browse files
carols10centszkat
authored andcommitted
Mention the 24-hour restriction on unpublish (#15833)
* Mention the 24-hour restriction on unpublish As detailed in http://blog.npmjs.org/post/141905368000/changes-to-npms-unpublish-policy * Clarify that 24 hr unpublish policy only applies to default registry PR-URL: #15833 Credit: @carols10cents Reviewed-By: @zkat
1 parent 895ffe4 commit 2f3e4b6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/cli/npm-unpublish.md

+5
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ Even if a package version is unpublished, that specific name and
2727
version combination can never be reused. In order to publish the
2828
package again, a new version number must be used.
2929

30+
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.
34+
3035
The scope is optional and follows the usual rules for `npm-scope(7)`.
3136

3237
## SEE ALSO

0 commit comments

Comments
 (0)