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 6ba956a commit a9fb444Copy full SHA for a9fb444
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