diff options
Diffstat (limited to 'deps/npm/doc/cli/deprecate.md')
-rw-r--r-- | deps/npm/doc/cli/deprecate.md | 2 |
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) |