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

Replace read-package-tree with npm's Arborist (close #64) #77

Merged
merged 17 commits into from
Aug 24, 2022
Merged

Commits on Jun 2, 2022

  1. Configuration menu
    Copy the full SHA
    7b1027c View commit details
    Browse the repository at this point in the history
  2. WIP

    kemitchell committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    3e3288d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2dd7044 View commit details
    Browse the repository at this point in the history
  4. WIP

    kemitchell committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    fddc8c6 View commit details
    Browse the repository at this point in the history
  5. Remove console.log call

    kemitchell committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    ba52ba4 View commit details
    Browse the repository at this point in the history
  6. Replace old fs.rmdir call

    kemitchell committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    cf535d2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6e763fe View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2ae6b8b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    30e2fd4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c7cead1 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. @npmcli/[email protected]

    kemitchell committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    44a9993 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ea181c View commit details
    Browse the repository at this point in the history
  3. Use rimraf in unit test

    Avoid "fs.rm is not a function" on some Node.js versions
    kemitchell committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    64bde16 View commit details
    Browse the repository at this point in the history
  4. Fix logic error

    kemitchell committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    30b2cab View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Refactor

    findIssues used to recurse, but no longer has to.
    kemitchell committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    3117239 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53bd8b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9e0ce6 View commit details
    Browse the repository at this point in the history