We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bab241b + 9a8e34c commit 1ee910bCopy full SHA for 1ee910b
src/sniff.ts
@@ -90,6 +90,7 @@ export default async function (dir: Path) {
90
pkgs.push({ project: "yarnpkg.com", constraint });
91
await read_YAML_FM(path);
92
break;
93
+ case "bun.lock":
94
case "bun.lockb":
95
pkgs.push({ project: "bun.sh", constraint: new semver.Range(">=1") });
96
0 commit comments