Skip to content

Commit

Permalink
build(babel): use same node version as declared in package.json (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simek authored and michael-ciniawsky committed Aug 6, 2018
1 parent 1644c16 commit 30b89d0
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 @@ -5,7 +5,7 @@
{
"useBuiltIns": true,
"targets": {
"node": "6.11.5"
"node": "6.9.0"
},
"exclude": [
"transform-async-to-generator",
Expand Down

0 comments on commit 30b89d0

Please sign in to comment.