Skip to content

Commit

Permalink
Add tslib to installation instructions (#253)
Browse files Browse the repository at this point in the history
* Add tslib to installation instructions for yarn
  • Loading branch information
brandon-leapyear authored Nov 25, 2020
1 parent 8d0d49c commit 9184697
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ This version is somewhat slower than original, but it will print out typescript

```bash
# with npm
npm install rollup-plugin-typescript2 typescript --save-dev
npm install rollup-plugin-typescript2 typescript tslib --save-dev
# with yarn
yarn add rollup-plugin-typescript2 typescript --dev
yarn add rollup-plugin-typescript2 typescript tslib --dev
```

## Usage
Expand Down

0 comments on commit 9184697

Please sign in to comment.