Skip to content

Commit

Permalink
Upgrade @babel/preset-env to 8.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Feb 19, 2019
1 parent a390b44 commit 76cbe3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .babelrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
[
'@babel/preset-env',
{
targets: { node: '6.5.0' },
targets: { node: '8.10.0' },
useBuiltIns: 'usage',
},
],
Expand Down

0 comments on commit 76cbe3a

Please sign in to comment.