Skip to content

Commit

Permalink
Removes babel references from package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
skellock committed Jun 1, 2016
1 parent c900f83 commit 3076613
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 15 deletions.
10 changes: 10 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"presets": [ "es2015", "stage-0" ],
"plugins": [ "transform-runtime" ],
"ignore": "test/*",
"env": {
"development": {
"sourceMaps": "inline"
}
}
}
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,10 @@ Bugs? Comments? Features? PRs and Issues happily welcomed!

# Release Notes

### 0.1.5 - June 1st, 2016

* [FIX] Fixed up the problematic babel references in package.json - [@gantman](https://github.com/gantman)

### 0.1.4 - May 31st, 2016

* [NEW] Bumped all dependencies to latest version.
Expand Down
15 changes: 0 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,21 +48,6 @@
"rollup": "^0.26.3",
"xyz": "^0.5.0"
},
"babel": {
"presets": [
"es2015",
"stage-0"
],
"plugins": [
"transform-runtime"
],
"ignore": "test/*",
"env": {
"development": {
"sourceMaps": "inline"
}
}
},
"ava": {
"require": [
"babel-core/register"
Expand Down

0 comments on commit 3076613

Please sign in to comment.