Skip to content

Commit 766c2de

Browse files
committed
build(babel): now min node version is 6
1 parent 98eea51 commit 766c2de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .babelrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"presets": [
88
["env", {
99
"targets": {
10-
"node": 4
10+
"node": 6
1111
},
1212
}]
1313
],

0 commit comments

Comments
 (0)