Skip to content
This repository has been archived by the owner on Aug 4, 2021. It is now read-only.

Commit

Permalink
Fix npm beta label in README (#207)
Browse files Browse the repository at this point in the history
Previously, the instructions for usage with Babel 7 was to install the plugin with the label "next" which doesn't exist. The correct label is "beta".
  • Loading branch information
cangoektas authored and Andarist committed Apr 20, 2018
1 parent 10b3ada commit b05e0ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ npm install --save-dev rollup-plugin-babel@latest
> babel 7.x - beta
```bash
npm install --save-dev rollup-plugin-babel@next
npm install --save-dev rollup-plugin-babel@beta
```

## Usage
Expand Down

0 comments on commit b05e0ef

Please sign in to comment.