Skip to content

Commit b150a52

Browse files
committed
fix(init): Remove "experimental" from bun package manager
1 parent 028c601 commit b150a52

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/wxt/src/core/initialize.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,7 @@ export async function initialize(options: {
4444
{ title: pc.red('npm'), value: 'npm' },
4545
{ title: pc.yellow('pnpm'), value: 'pnpm' },
4646
{ title: pc.cyan('yarn'), value: 'yarn' },
47-
{
48-
title: `${pc.magenta('bun')}${pc.gray(' (experimental)')}`,
49-
value: 'bun',
50-
},
47+
{ title: pc.magenta('bun'), value: 'bun' },
5148
],
5249
},
5350
],

0 commit comments

Comments
 (0)