Skip to content

Commit

Permalink
docs: update CONTRIBUTING.md to use Bun instead of Yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Dec 10, 2023
1 parent 929ff04 commit fb84141
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

## Getting Started

For MacOS, prerequisites include Node and Yarn.

Fork the repo and clone your fork:

```bash
Expand Down Expand Up @@ -61,7 +59,7 @@ However, maintainers must perform a few things in preparation for a release.

```sh
# 1. Install and re-build the library.
yarn; yarn prepack;
bun install; bun prepack;

# 2. Commit the changes using the new version as the commit message.
git commit -am "v12.3.0"
Expand Down

0 comments on commit fb84141

Please sign in to comment.