Skip to content

Commit

Permalink
update install [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
hzoo authored Apr 19, 2018
1 parent 432e8c0 commit 0983ecf
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,15 @@

## Install

Install `gulp-babel@next` if you want to get the pre-release of the next version of `gulp-babel`.

```
$ npm install --save-dev gulp-babel @babel/core @babel/preset-env
```
# Babel 7 (use exact dependencies while in beta, not `^`)
$ npm install --save-dev gulp-babel@next @babel/core @babel/preset-env
Install `gulp-babel@next` if you want to get the pre-release of the next version of `gulp-babel`.
# Babel 6
$ npm install --save-dev gulp-babel babel-core babel-preset-env
```

## Usage

Expand Down

0 comments on commit 0983ecf

Please sign in to comment.