Skip to content

Commit

Permalink
fix(init): Remove "experimental" from bun package manager
Browse files Browse the repository at this point in the history
  • Loading branch information
aklinker1 committed Dec 25, 2024
1 parent 028c601 commit b150a52
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/wxt/src/core/initialize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,7 @@ export async function initialize(options: {
{ title: pc.red('npm'), value: 'npm' },
{ title: pc.yellow('pnpm'), value: 'pnpm' },
{ title: pc.cyan('yarn'), value: 'yarn' },
{
title: `${pc.magenta('bun')}${pc.gray(' (experimental)')}`,
value: 'bun',
},
{ title: pc.magenta('bun'), value: 'bun' },
],
},
],
Expand Down

0 comments on commit b150a52

Please sign in to comment.