Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Johansen <bjjohans@microsoft.com>2021-03-02 17:12:39 +0300
committerRuy Adorno <ruyadorno@hotmail.com>2021-03-05 00:19:25 +0300
commit5d922394b7874b2b38d34f03f2decbe0eb3e8583 (patch)
tree331b80bee798711863ea23f643d7f91d3da5607d
parent3c9a589b004fa828a304abaf52d1d781710e1143 (diff)
chore: update republish timeout after unpublishbaj-/update-unpublish-docs
PR-URL: https://github.com/npm/cli/pull/2809 Credit: @BAJ- Close: #2809 Reviewed-by: @christoflemke, @sarin1234, @darcyclarke
-rw-r--r--docs/content/commands/npm-unpublish.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/commands/npm-unpublish.md b/docs/content/commands/npm-unpublish.md
index 14813e943..e9d6e9045 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