Skip to content

Commit

Permalink
Update to Babel 7 stable + update devdependencies (#273)
Browse files Browse the repository at this point in the history
* perf: update babel to stable version

* chore: update devDependencies

* chore: add engines to package.json

* docs: update installation instructions
  • Loading branch information
sibiraj-s authored and loganfsmyth committed Sep 3, 2018
1 parent 6dfe29f commit 983f445
Show file tree
Hide file tree
Showing 3 changed files with 1,286 additions and 1,734 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -8,10 +8,10 @@ As of [Babel 6.0.0](http://babeljs.io/blog/2015/10/29/6.0.0/) there are **no plu

```sh
# Babel 7
$ npm install --save-dev babelify@next @babel/core
$ npm install --save-dev babelify @babel/core

# Babel 6
$ npm install --save-dev babelify babel-core
$ npm install --save-dev babelify@8 babel-core
```

## Usage
Expand Down

0 comments on commit 983f445

Please sign in to comment.