Skip to content

Commit 933f97b

Browse files
committed
chore: Set engines to initial LTS versions
1 parent 345eb3c commit 933f97b

File tree

3 files changed

+2802
-2425
lines changed

3 files changed

+2802
-2425
lines changed

.babelrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
"useBuiltIns": true,
77
"targets": {
8-
"node": "4.3"
8+
"node": "6.9.0"
99
},
1010
"exclude": [
1111
"transform-async-to-generator",
@@ -32,4 +32,4 @@
3232
]
3333
}
3434
}
35-
}
35+
}

0 commit comments

Comments
 (0)