Skip to content

Commit a9fb444

Browse files
committed
Remove Bun
1 parent 6ba956a commit a9fb444

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)