| #
6a725f6f |
| 08-Sep-2023 |
Colin McDonnell <[email protected]> |
feat: detect Bun package manager (#24168)
# Why
Adds Bun as a recognized package manager
Sister PR: https://github.com/expo/expo-cli/pull/4752
# How
Added `@expo/package-manager`
# Te
feat: detect Bun package manager (#24168)
# Why
Adds Bun as a recognized package manager
Sister PR: https://github.com/expo/expo-cli/pull/4752
# How
Added `@expo/package-manager`
# Test Plan
Added `BunPackageManager-test.ts` and added Bun tests to
`nodeManagers-test.ts`.
<!--
Please describe how you tested this change and how a reviewer could
reproduce your test, especially if this PR does not include automated
tests! If possible, please also provide terminal output and/or
screenshots demonstrating your test/reproduction.
-->
# Checklist
---------
Co-authored-by: Evan Bacon <[email protected]>
Co-authored-by: Expo Bot <[email protected]>
show more ...
|