From 5d922394b7874b2b38d34f03f2decbe0eb3e8583 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Johansen?= Date: Tue, 2 Mar 2021 15:12:39 +0100 Subject: [PATCH] chore: update republish timeout after unpublish PR-URL: https://github.com/npm/cli/pull/2809 Credit: @BAJ- Close: #2809 Reviewed-by: @christoflemke, @sarin1234, @darcyclarke --- docs/content/commands/npm-unpublish.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/commands/npm-unpublish.md b/docs/content/commands/npm-unpublish.md index 14813e94341f5..e9d6e9045c6f9 100644 --- a/docs/content/commands/npm-unpublish.md +++ b/docs/content/commands/npm-unpublish.md @@ -42,7 +42,7 @@ versions then the registry will remove the root package entry entirely. Even if you unpublish a package version, that specific name and version combination can never be reused. In order to publish the package again, you must use a new version number. If you unpublish the entire package, -you may not publish any new versions of that package until 28 days have +you may not publish any new versions of that package until 24 hours have passed. ### See Also