Skip to content

Commit

Permalink
add supported Babel version to the compatibility section
Browse files Browse the repository at this point in the history
  • Loading branch information
chocolateboy committed Jul 11, 2019
1 parent f54d0bf commit 4959eb4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ e.g.:

Note that source-maps don't need to be inlined in each file. They can be
externalised by using the `{ sourceMaps: true }` option, which adds a link
to the bottom of each file which points to an external source-map e.g.:
to the bottom of each file which points to its external source-map e.g.:

```javascript
{
Expand Down Expand Up @@ -131,12 +131,13 @@ The following NPM scripts are available:

# COMPATIBILITY

* [Maintained Node.js versions](https://github.com/nodejs/Release#readme)
- Babel >= 7
- [Maintained Node.js versions](https://github.com/nodejs/Release#readme)

# SEE ALSO

* [babel](https://www.npmjs.com/package/babel)
* [source-map-support](https://www.npmjs.com/package/source-map-support)
- [babel](https://www.npmjs.com/package/babel)
- [source-map-support](https://www.npmjs.com/package/source-map-support)

# VERSION

Expand Down

0 comments on commit 4959eb4

Please sign in to comment.