Skip to content

Commit

Permalink
chore: update Babel Node target to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Jul 22, 2019
1 parent ce6d971 commit a0b5e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .babelrc
Expand Up @@ -9,7 +9,7 @@
"@babel/preset-env",
{
"targets": {
"node": "6"
"node": "8"
}
}
],
Expand Down

0 comments on commit a0b5e1e

Please sign in to comment.