Skip to content

Commit

Permalink
fix: configure babel to generate code for Node.js 10 (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
realityking authored Nov 19, 2020
1 parent 623350b commit 62599d5
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 @@ -16,7 +16,7 @@
"@babel/env",
{
"targets": {
"node": 6
"node": 10
}
}
]
Expand Down

0 comments on commit 62599d5

Please sign in to comment.