Skip to content

Commit 694aa5e

Browse files
authored
docs: update package managers list (#12)
1 parent 5b033f7 commit 694aa5e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,10 @@ jobs:
5757

5858
## Supported package managers
5959

60-
- npm (package.json)
61-
- Yarn (package.json)
62-
- pnpm (package.json)
60+
- npm (package-lock.json)
61+
- Yarn (yarn.lock)
62+
- pnpm (pnpm-lock.yaml)
63+
- bun (bun.lock)
6364

6465
## Permissions
6566

0 commit comments

Comments
 (0)