Skip to content

Commit

Permalink
chore(package): remove es2015-loose since it's an option for es2015 (#…
Browse files Browse the repository at this point in the history
…3629)

babel-preset-es2015-loose is deprecated as it's now available as an option to the es2015 preset.
  • Loading branch information
gkatsev authored Sep 29, 2016
1 parent 54e3db5 commit c545acd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"presets": ["es2015-loose"],
"presets": [ ["es2015", {"loose": true}] ],
"plugins": ["transform-es3-property-literals", "transform-es3-member-expression-literals", "inline-json"]
}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"babel-plugin-transform-es3-property-literals": "^6.8.0",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-es2015-loose": "^7.0.0",
"babel-register": "^6.9.0",
"babelify": "^7.3.0",
"blanket": "^1.1.6",
Expand Down

0 comments on commit c545acd

Please sign in to comment.