summaryrefslogtreecommitdiff
path: root/deps/npm/doc/cli/deprecate.md
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-12-21 16:42:29 +0000
committerisaacs <i@izs.me>2012-12-21 16:42:29 +0000
commitd30e76e0e834293981dba3b1ef838be24ab4d33a (patch)
tree481ac42db1d8e8f4457f054f9196bcad8e145e38 /deps/npm/doc/cli/deprecate.md
parent9d0103d22e1149c0379b15a07db86a58339acf5f (diff)
downloadnode-new-d30e76e0e834293981dba3b1ef838be24ab4d33a.tar.gz
npm: upgrade to 1.1.70
Diffstat (limited to 'deps/npm/doc/cli/deprecate.md')
-rw-r--r--deps/npm/doc/cli/deprecate.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/deps/npm/doc/cli/deprecate.md b/deps/npm/doc/cli/deprecate.md
index 925337f21a..c45245f095 100644
--- a/deps/npm/doc/cli/deprecate.md
+++ b/deps/npm/doc/cli/deprecate.md
@@ -18,6 +18,8 @@ something like this:
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(1)