Skip to content

Commit 86b2c75

Browse files
GregBrimblesdnts
authored andcommitted
Remove Bun (cloudflare#22555)
1 parent ba2ec51 commit 86b2c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/PackageManagers.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ type Props = PackageManagersProps;
88
---
99

1010
<PackageManagersComponent
11-
pkgManagers={["npm", "yarn", "pnpm", "bun"]}
11+
pkgManagers={["npm", "yarn", "pnpm"]}
1212
{...Astro.props}
1313
/>

0 commit comments

Comments
 (0)