Uh oh!
There was an error while loading. Please reload this page.
chore(docs): update unpublish docs with both commands, removing policy info from cli docs, and added reference to unpublish policy docs - #730
Conversation
nomadtechie
commented
Jan 27, 2020
- Updating docs unpublish docs to with examples of both unpublish commands
- Removing policy info from cli docs to centralize policy in policy docs
- Added reference to unpublish policy docs
…y info from cli docs, and added reference to unpublish policy docs
There was a problem hiding this comment.
The small inclusion of the man pages notation.
As well as the update to the command usage (lib/unpublish.js):
- unpublish.usage = usage('npm unpublish [<@scope>/]<pkg>[@<version>]')+ unpublish.usage = usage(+ 'unpublish',+ '\nnpm unpublish [<@scope>/]<pkg>[@<version>]' ++ '\nnpm unpublish [<@scope>/]<pkg> --force'+ )Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-Authored-By: Michael 'afrolion' Perrotte <mike@npmjs.com>
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
mikemimik
commented
Jan 28, 2020
darcyclarke
commented
Feb 25, 2020
@nomadtechie noticed this got missed from our latest release & we figured out why; This PR has failing tests so it was skipped in the triage last week. Apologies for that. If we can fix whatever the issues are w/ linting/test coverage we'll pull this in next. |
nomadtechie
commented
Feb 25, 2020
lint error is resolved now - thanks again @darcyclarke ! |