Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit ea8d4d3

Browse files
committed
Lower @babel/env target to Node 4.
1 parent 88f4943 commit ea8d4d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
["@babel/env", {
88
"loose": true,
99
"targets": {
10-
"node": 6
10+
"node": 4
1111
}
1212
}]
1313
]

0 commit comments

Comments
 (0)