From 25b03643860d2587451d371c8acc94415e928dd2 Mon Sep 17 00:00:00 2001 From: Andrey Sitnik Date: Mon, 1 Jul 2024 16:18:07 +0000 Subject: [PATCH] Fix merge conflict --- index.js | 2 -- 1 file changed, 2 deletions(-) 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"'