Skip to content

Commit

Permalink
target node 4 in preset env (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
danez committed Mar 15, 2017
1 parent ad77367 commit 87e4e85
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
@@ -1,6 +1,6 @@
{
"presets": [
["env", { "loose": true }]
["env", { "loose": true, "targets": { "node": 4 } }]
],
"env": {
"test": {
Expand Down

0 comments on commit 87e4e85

Please sign in to comment.