Skip to content

Commit 1ee910b

Browse files
authored
Merge pull request #43 from GauBen/patch-1
fix(sniff): add bun.lock
2 parents bab241b + 9a8e34c commit 1ee910b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sniff.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ export default async function (dir: Path) {
9090
pkgs.push({ project: "yarnpkg.com", constraint });
9191
await read_YAML_FM(path);
9292
break;
93+
case "bun.lock":
9394
case "bun.lockb":
9495
pkgs.push({ project: "bun.sh", constraint: new semver.Range(">=1") });
9596
break;

0 commit comments

Comments
 (0)