Skip to content

Commit

Permalink
docs(reamde): drop babel6
Browse files Browse the repository at this point in the history
  • Loading branch information
akameco committed Jan 27, 2019
1 parent be30228 commit 8e1642a
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,8 @@ This package will generate json or yaml files from a glob. It will generate one

## Install

This project has a peer dependency on `babel-core`.

To use this with Babel 6, run

```
$ npm install --save-dev extract-react-intl-messages babel-core
```

To use this with Babel 7, run

```
$ npm install --save-dev extract-react-intl-messages babel-core@bridge @babel/core
$ npm install --save-dev extract-react-intl-messages
```

## Usage
Expand Down

0 comments on commit 8e1642a

Please sign in to comment.