Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
Add npm install instructions (#70)
Browse files Browse the repository at this point in the history
Added npm install instructions
  • Loading branch information
franciscop authored Mar 18, 2020
1 parent 1bdc10c commit 583ace8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

```sh
yarn add rollup-plugin-terser --dev
# Or with npm:
npm i rollup-plugin-terser --save-dev
```

_Note: this package requires rollup@0.66 and higher (including rollup@2.0.0)_
Expand Down

0 comments on commit 583ace8

Please sign in to comment.