Releases: egoist/detect-package-manager
Releases · egoist/detect-package-manager
v3.0.2
3.0.2 (2024-05-05)
Bug Fixes
- Add types to exportMap in
package.json
(#15) (cab87a1)
v3.0.1
3.0.1 (2023-09-04)
Bug Fixes
- make
bun
checking optional (5bef6ec)
v3.0.0
3.0.0 (2023-09-04)
Features
BREAKING CHANGES
v2.0.1
2.0.1 (2021-10-24)
Bug Fixes
- add
types
field in package.json
(07fb95c)
v2.0.0
2.0.0 (2021-10-24)
Features
BREAKING CHANGES
- Removed default export, use named export
detect
instead.
- The order the check lockfile:
yarn
-> pnpm
-> npm
, the order the check command: yarn
-> pnpm
-> npm