Skip to content
This repository was archived by the owner on Jan 21, 2021. It is now read-only.

Commit 34fd443

Browse files
committed
Use node 6 as a minimum.
1 parent fb98935 commit 34fd443

File tree

3 files changed

+2789
-2285
lines changed

3 files changed

+2789
-2285
lines changed

.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"presets": [
44
["@babel/preset-env", {
55
"targets": {
6-
"node": "4.0.0"
6+
"node": "6.0.0"
77
}
88
}]
99
]

0 commit comments

Comments
 (0)