File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,10 @@ version combination can never be reused. In order to publish the
28
28
package again, a new version number must be used.
29
29
30
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 .
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 .
34
35
35
36
The scope is optional and follows the usual rules for ` npm-scope(7) ` .
36
37
You can’t perform that action at this time.
0 commit comments