summaryrefslogtreecommitdiff
path: root/deps/npm/doc/api/deprecate.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/doc/api/deprecate.md')
-rw-r--r--deps/npm/doc/api/deprecate.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/deps/npm/doc/api/deprecate.md b/deps/npm/doc/api/deprecate.md
index ac94fd7a9..0608d3864 100644
--- a/deps/npm/doc/api/deprecate.md
+++ b/deps/npm/doc/api/deprecate.md
@@ -25,6 +25,8 @@ The 'args' parameter must have exactly two elements:
Note that you must be the package owner to deprecate something. See the
`owner` and `adduser` help topics.
+To un-deprecate a package, specify an empty string (`""`) for the `message` argument.
+
## SEE ALSO
* npm-publish(3)