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.
1 parent ba2ec51 commit 86b2c75Copy full SHA for 86b2c75
src/components/PackageManagers.astro
@@ -8,6 +8,6 @@ type Props = PackageManagersProps;
8
---
9
10
<PackageManagersComponent
11
- pkgManagers={["npm", "yarn", "pnpm", "bun"]}
+ pkgManagers={["npm", "yarn", "pnpm"]}
12
{...Astro.props}
13
/>
0 commit comments