Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: lazy load of which module (#176)
Currently `@npmcli/git` is eagerly getting and caching the `git` path in a user's system which can have a significant performance cost when requiring `@npmcli/git`. This PR avoids this cost by lazily getting & caching `git` path on first use.
- Loading branch information