Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(usage): clean up usage declarations #2821

Closed
wants to merge 8 commits into from
Closed

fix(usage): clean up usage declarations #2821

wants to merge 8 commits into from

Commits on Mar 9, 2021

  1. @npmcli/run-script@1.8.4

    wraithgar committed Mar 9, 2021
    Copy the full SHA
    744a5f7 View commit details
    Browse the repository at this point in the history
  2. byte-size@7.0.1

    wraithgar committed Mar 9, 2021
    Copy the full SHA
    eca38cb View commit details
    Browse the repository at this point in the history
  3. @npmcli/arborist@2.2.7

    wraithgar committed Mar 9, 2021
    Copy the full SHA
    112dc48 View commit details
    Browse the repository at this point in the history
  4. libnpmdiff@2.0.4

    wraithgar committed Mar 9, 2021
    Copy the full SHA
    dae8b0d View commit details
    Browse the repository at this point in the history
  5. pacote@11.3.0

    wraithgar committed Mar 9, 2021
    Copy the full SHA
    a42d217 View commit details
    Browse the repository at this point in the history
  6. update deps

    wraithgar committed Mar 9, 2021
    Copy the full SHA
    3b6710c View commit details
    Browse the repository at this point in the history
  7. fix(npm.output): make output go through npm.output

    All output that anything wants to make now goes through
    `npm.output()`.  This is an incremental change getting us
    closer to where we want to be with testing.
    
    PR-URL: #2795
    Credit: @wraithgar
    Close: #2795
    Reviewed-by: @ruyadorno, @isaacs
    wraithgar committed Mar 9, 2021
    Copy the full SHA
    eb9dac3 View commit details
    Browse the repository at this point in the history
  8. fix(usage): clean up usage declarations

    Small refactor of commands to allow usage to be more programmatically
    generated, leading us in the direction of more tighly coupling each
    command to the params it accepts.
    
    PR-URL: #2821
    Credit: @wraithgar
    Close: #2821
    Reviewed-by: @isaacs
    wraithgar committed Mar 9, 2021
    Copy the full SHA
    06cc79c View commit details
    Browse the repository at this point in the history