diff --git a/index.js b/index.js index fe0f81e..f13c6e6 100644 --- a/index.js +++ b/index.js @@ -57,8 +57,6 @@ function detectLockfile() { return lock } else if (existsSync(lockfileShrinkwrap)) { return { file: lockfileShrinkwrap, mode: 'npm' } - } else if (existsSync(lockfileBun)) { - return { file: lockfileBun, mode: 'bun' } } throw new BrowserslistUpdateError( 'No lockfile found. Run "npm install", "yarn install" or "pnpm install"'