Skip to content

Commit a69e352

Browse files
committed
Update babel parser
1 parent 3384c08 commit a69e352

25 files changed

+1435
-1116
lines changed

.babelrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"presets": [
3-
["env", {
3+
["@babel/preset-env", {
44
"targets": {
55
"node": 6
66
},
77
"include": ["transform-regenerator"]
88
}],
9-
"flow"
9+
"@babel/preset-flow"
1010
],
1111
"plugins": ["syntax-async-functions"],
1212
"ignore": [

0 commit comments

Comments
 (0)