Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Add bun in README.md #47

Merged
merged 1 commit into from
Jun 3, 2024
Merged

Conversation

AdirAmsalem
Copy link
Contributor

Bun support was added in #42, but the README wasn't updated accordingly.

@@ -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
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

export default function convert (str: string, to: 'npm' | 'yarn' | 'pnpm' | 'bun'): string {

@AdirAmsalem AdirAmsalem marked this pull request as ready for review June 2, 2024 19:22
@nebrelbug
Copy link
Owner

@AdirAmsalem thanks for the PR! Merging now:)

@nebrelbug nebrelbug merged commit a22a52d into nebrelbug:master Jun 3, 2024
@AdirAmsalem AdirAmsalem deleted the readme-bun branch June 5, 2024 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants