Skip to content

Commit

Permalink
Update readme for babel 7
Browse files Browse the repository at this point in the history
  • Loading branch information
danez committed Mar 19, 2018
1 parent 005be65 commit 628b912
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
> This readme is for grunt-babel v8 + Babel v7
> Check the [7.x branch](https://github.com/babel/grunt-babel/tree/7.x) for docs with Babel v6
# grunt-babel [![Build Status](https://travis-ci.org/babel/grunt-babel.svg?branch=master)](https://travis-ci.org/babel/grunt-babel)

> Use next generation JavaScript, today, with [Babel](https://babeljs.io)
Expand All @@ -8,7 +11,7 @@
## Install

```
$ npm install --save-dev grunt-babel babel-core babel-preset-env
$ yarn add --dev grunt-babel @babel/core @babel/preset-env
```


Expand All @@ -21,7 +24,7 @@ grunt.initConfig({
babel: {
options: {
sourceMap: true,
presets: ['env']
presets: ['@babel/preset-env']
},
dist: {
files: {
Expand Down

0 comments on commit 628b912

Please sign in to comment.