Skip to content

Commit

Permalink
chore: use bun package manager
Browse files Browse the repository at this point in the history
  • Loading branch information
bnussman committed Oct 31, 2023
1 parent ae09422 commit a30fee5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2,804 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ and reload your eslint server.
## Development

```bash
yarn install
bun install
```

### Testing

```bash
yarn test
bun run test
```
Loading

0 comments on commit a30fee5

Please sign in to comment.