Skip to content

Commit

Permalink
Merge pull request #47 from AdirAmsalem/readme-bun
Browse files Browse the repository at this point in the history
  • Loading branch information
nebrelbug committed Jun 3, 2024
2 parents e787a06 + 0c3559b commit a22a52d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ convert('npm install squirrelly', 'yarn')
/**
* Converts between npm and yarn command
*/
export default function convert (str: string, to: 'npm' | 'yarn' | 'pnpm'): string
export default function convert (str: string, to: 'npm' | 'yarn' | 'pnpm' | 'bun'): string
```

## ✔️ Tests
Expand Down

0 comments on commit a22a52d

Please sign in to comment.