Skip to content

Commit

Permalink
fix: target node v5
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Mar 18, 2017
1 parent 8c9f89e commit 50d8d23
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@
"add-module-exports"
],
"presets": [
["env", {
"targets": {
"node": "current"
[
"env",
{
"targets": {
"node": 5
}
}
}]
]
]
}

0 comments on commit 50d8d23

Please sign in to comment.