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

Commit

Permalink
Lower @babel/env target to Node 4.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed Jun 11, 2018
1 parent 88f4943 commit ea8d4d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
["@babel/env", {
"loose": true,
"targets": {
"node": 6
"node": 4
}
}]
]
Expand Down

0 comments on commit ea8d4d3

Please sign in to comment.