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: npm ls <pkg> with depth cli config #1862

Commits on Sep 25, 2020

  1. fix: npm ls <pkg> with depth cli config

    Using the cli option --depth is currently not resulting in the expected
    behavior of filtering depth level when running npm ls <pkg> - that's due
    the special behavior of printing all results when using a filter arg.
    
    This commit fixes it by adding support to limiting depth if a config
    value is set by the user.
    
    Fixes npm#1861
    ruyadorno committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    4f7d691 View commit details
    Browse the repository at this point in the history