Skip to content

Commit

Permalink
docs(README): add CAUTION section about breaking change in Babel7
Browse files Browse the repository at this point in the history
  • Loading branch information
twada committed Mar 30, 2018
1 parent 571e98a commit 50d8aa7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,18 @@ $ npm install --save-dev babel-preset-power-assert power-assert
```


CAUTION
---------------------------------------

Babel7 is incompatible with Babel6.

For Babel6, you need to use [the 2.x release of babel-preset-power-assert](https://github.com/power-assert-js/babel-preset-power-assert/tree/v2.0.0).

```
$ npm install --save-dev babel-preset-power-assert@2.0.0
```


HOW TO USE
---------------------------------------

Expand Down

0 comments on commit 50d8aa7

Please sign in to comment.