diff options
Diffstat (limited to 'deps/npm/doc/api/deprecate.md')
-rw-r--r-- | deps/npm/doc/api/deprecate.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deps/npm/doc/api/deprecate.md b/deps/npm/doc/api/deprecate.md index ac94fd7a9f..0608d3864a 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) |