WXL
3 天以前 888f941ae16c850c0f1a844ec9436058840920bd
node_modules/update-browserslist-db/index.js
@@ -80,8 +80,7 @@
    return JSON.parse(execSync('pnpm info caniuse-lite --json').toString())
  }
  if (lock.mode === 'bun') {
    //  TO-DO: No 'bun info' yet. Created issue: https://github.com/oven-sh/bun/issues/12280
    return JSON.parse(execSync(' npm info caniuse-lite --json').toString())
    return JSON.parse(execSync(' bun info caniuse-lite --json').toString())
  }
  return JSON.parse(execSync('npm show caniuse-lite --json').toString())