resolve-global

Resolve the path of a globally installed module

MIT License

Downloads
9.6M
Stars
41
Committers
3

Bot releases are visible (Hide)

resolve-global - Latest Release

Published by sindresorhus 12 months ago

Breaking

  • Require Node.js 18 1b0c5d2
  • Changed to named imports 1b0c5d2
  • This package is now pure ESM. Please read this.

https://github.com/sindresorhus/resolve-global/compare/v1.0.0...v2.0.0

resolve-global -

Published by sindresorhus over 5 years ago

Breaking:

  • Require Node.js 8 (#1) e5db279
  • Return undefined instead of null when the module cannot be found (#1) e5db279

Enhancements:

  • Add TypeScript definition (#1) e5db279

https://github.com/sindresorhus/resolve-global/compare/v0.1.0...v1.0.0