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
path: root/docs
diff options
context:
space:
mode:
authorChristof Lemke <christoflemke@github.com>2021-02-25 15:35:27 +0300
committerGar <gar+gh@danger.computer>2021-02-25 21:23:43 +0300
commitbb2f4b35bbdd9d4d9fe864a321ea9edf67084fe5 (patch)
treee5f4841861e4d64f7e48f29c1862efb400fd88c0 /docs
parente45242ca0275ab4938723faed8e7391e1209e996 (diff)
chore(docs):update unpublish cooldown
PR-URL: https://github.com/npm/cli/pull/2778 Credit: @christoflemke Close: #2778 Reviewed-by: @wraithgar, @ethomson
Diffstat (limited to 'docs')
-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 e9d6e9045..14813e943 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