Skip to content

Commit

Permalink
📝 Explicitly tell to install browserslist peerDep in readme, close #12
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofugaro committed Jan 8, 2024
1 parent f4126fc commit b554502
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ Allows you to use use browserslist and pass the correct browsers to esbuild's [t

## Install

Make sure you have `browserslist` already installed in your project, then:
You have to install the `browserslist` package as well in your project:

```
npm install --save-dev browserslist-to-esbuild
npm install --save-dev browserslist browserslist-to-esbuild
```

or

```
yarn add --dev browserslist-to-esbuild
yarn add --dev browserslist browserslist-to-esbuild
```

## Usage
Expand Down

0 comments on commit b554502

Please sign in to comment.