We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
bun.lock
1 parent 15be5cf commit 8187dfeCopy full SHA for 8187dfe
source/package-manager/configs.js
@@ -65,5 +65,5 @@ export const bunConfig = {
65
// TODO: Bun doesn't support config get registry, this should be added in the future. See https://github.com/oven-sh/bun/issues/7140
66
getRegistryCommand: ['npm', ['config', 'get', 'registry']],
67
tagVersionPrefixCommand: ['npm', ['config', 'get', 'tag-version-prefix']],
68
- lockfiles: ['bun.lockb'],
+ lockfiles: ['bun.lockb', 'bun.lock'],
69
};
0 commit comments