summaryrefslogtreecommitdiff
path: root/deps/npm/doc/cli/npm-unpublish.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/doc/cli/npm-unpublish.md')
-rw-r--r--deps/npm/doc/cli/npm-unpublish.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/deps/npm/doc/cli/npm-unpublish.md b/deps/npm/doc/cli/npm-unpublish.md
index f749ab7a6..45026197e 100644
--- a/deps/npm/doc/cli/npm-unpublish.md
+++ b/deps/npm/doc/cli/npm-unpublish.md
@@ -23,6 +23,10 @@ entry and removing the tarball.
If no version is specified, or if all versions are removed then
the root package entry is removed from the registry entirely.
+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.
+
## SEE ALSO
* npm-deprecate(1)