Skip to content

Commit 1f30332

Browse files
committed
Fix Node target
1 parent 8a9f3a2 commit 1f30332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.babelrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module.exports = {
55
[
66
'@babel/preset-env',
77
{
8-
targets: { node: '6.0.0' },
8+
targets: { node: '6.5.0' },
99
useBuiltIns: 'usage',
1010
},
1111
],

0 commit comments

Comments
 (0)