Skip to content

Commit 88e2ad2

Browse files
committed
Drop node 8 support
minimal supported version is 10.4.0 now
1 parent fbc8204 commit 88e2ad2

File tree

4 files changed

+1114
-1009
lines changed

4 files changed

+1114
-1009
lines changed

.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"@babel/preset-env",
55
{
66
"targets": {
7-
"node": "6.5"
7+
"node": "10.4.0"
88
}
99
}
1010
]

0 commit comments

Comments
 (0)