Skip to content
This repository has been archived by the owner on Dec 26, 2018. It is now read-only.

Commit

Permalink
babel target current node version
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Oct 1, 2017
1 parent e8ac03a commit 89fa77d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .babelrc
Expand Up @@ -5,7 +5,7 @@
"env": {
"test": {
"presets": [
["env", { "targets": { "node": 8 }}]
["env", { "targets": { "node": "current" }}]
]
}
}
Expand Down

0 comments on commit 89fa77d

Please sign in to comment.