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 1291634 + 6876ea7 commit a5637baCopy full SHA for a5637ba
1 file changed
index.js
@@ -80,8 +80,7 @@ function getLatestInfo(lock) {
80
return JSON.parse(execSync('pnpm info caniuse-lite --json').toString())
81
}
82
if (lock.mode === 'bun') {
83
- // TO-DO: No 'bun info' yet. Created issue: https://github.com/oven-sh/bun/issues/12280
84
- return JSON.parse(execSync(' npm info caniuse-lite --json').toString())
+ return JSON.parse(execSync(' bun info caniuse-lite --json').toString())
85
86
87
return JSON.parse(execSync('npm show caniuse-lite --json').toString())
0 commit comments