From 238e474a48ddecc33c76eb3d2c4d0642cfe8829a Mon Sep 17 00:00:00 2001 From: Christof Lemke Date: Thu, 25 Feb 2021 13:35:27 +0100 Subject: [PATCH] chore(docs):update unpublish cooldown PR-URL: https://github.com/npm/cli/pull/2778 Credit: @christoflemke Close: #2778 Reviewed-by: @wraithgar, @ethomson --- 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 e9d6e9045c6f9..14813e94341f5 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 24 hours have +you may not publish any new versions of that package until 28 days have passed. ### See Also