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/doc
diff options
context:
space:
mode:
authorCarol (Nichols || Goulding) <carol.nichols@gmail.com>2017-03-08 04:46:49 +0300
committerKat Marchán <kzm@sykosomatic.org>2017-03-10 03:08:25 +0300
commit2f3e4b645cdc268889cf95ba24b2aae572d722ad (patch)
tree2750c4017b902354edc1e449709bcc613575cdaa /doc
parent895ffe4f3eecd674796395f91c30eda88aca6b36 (diff)
Mention the 24-hour restriction on unpublish (#15833)
* Mention the 24-hour restriction on unpublish As detailed in http://blog.npmjs.org/post/141905368000/changes-to-npms-unpublish-policy * Clarify that 24 hr unpublish policy only applies to default registry PR-URL: https://github.com/npm/npm/pull/15833 Credit: @carols10cents Reviewed-By: @zkat
Diffstat (limited to 'doc')
-rw-r--r--doc/cli/npm-unpublish.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/cli/npm-unpublish.md b/doc/cli/npm-unpublish.md
index 0a5731ee1..8ee07dfd8 100644
--- a/doc/cli/npm-unpublish.md
+++ b/doc/cli/npm-unpublish.md
@@ -27,6 +27,11 @@ Even if a package version is unpublished, that specific name and
version combination can never be reused. In order to publish the
package again, a new version number must be used.
+With the default registry (`registry.npmjs.org`), unpublish is
+only allowed with versions published in the last 24 hours. If you
+are trying to unpublish a version published longer ago than that,
+contact support@npmjs.com.
+
The scope is optional and follows the usual rules for `npm-scope(7)`.
## SEE ALSO