Skip to content

Commit

Permalink
[docs] Bump pnpm priority as a package manager
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jul 18, 2024
1 parent 06e1e72 commit 6a06c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/modules/components/InstallationInstructions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import ToggleOptions from './ToggleOptions';

const defaultPackageManagers: Record<string, string> = {
npm: 'npm install',
yarn: 'yarn add',
pnpm: 'pnpm add',
yarn: 'yarn add',
};

export default function InstallationInstructions(props: {
Expand Down

0 comments on commit 6a06c57

Please sign in to comment.