Skip to content

Commit

Permalink
v8.2.1 – README update (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleynolan authored and DamianMullins committed Oct 12, 2018
1 parent 54b24c7 commit e682489
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).


v8.2.1
------------------------------
*October 12, 2018*

### Changed
- Updating README with Babel 7 FAQ info


v8.2.0
------------------------------
*October 12, 2018*
Expand Down
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,7 @@ That's it! You can now run any of [the Gulp tasks](#the-gulp-tasks).

#### Transpile es2015 code

To ensure that the [`scripts:bundle`](#scriptsbundle) task can transpile es2015 code, add the `@babel/preset-env` preset to the project:

```bash
yarn add @babel/preset-env
```

Then add a `.babelrc` file, with the `@babel/preset-env` preset, to the root of your project:
To ensure that the [`scripts:bundle`](#scriptsbundle) task can transpile es2015 code, add a `.babelrc` file, with the `@babel/preset-env` preset, to the root of your project:

```json
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@justeat/gulp-build-fozzie",
"version": "8.2.0",
"version": "8.2.1",
"description": "Gulp build tasks for use across Fozzie modules",
"main": "index.js",
"author": "Damian Mullins <[email protected]> (http://www.damianmullins.com)",
Expand Down

0 comments on commit e682489

Please sign in to comment.