Skip to content

Commit

Permalink
fix: detect bun.lock (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
yxuko authored Jan 14, 2025
1 parent a263cab commit 3a92325
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ const lockFiles = [
"pnpm-lock.yaml",
"npm-shrinkwrap.json",
"bun.lockb",
"bun.lock"
];

/**
Expand Down

0 comments on commit 3a92325

Please sign in to comment.