Skip to content

Commit

Permalink
Merge pull request #177 from gilbsgilbs/build-against-node10
Browse files Browse the repository at this point in the history
build against node 10
  • Loading branch information
gilbsgilbs authored Nov 10, 2020
2 parents 7d6d942 + 00f57c4 commit 2e982c9
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
@@ -1,6 +1,6 @@
{
"presets": [
["@babel/preset-env", {"targets": {"node": "current"}}],
["@babel/preset-env", {"targets": {"node": "10"}}],
"@babel/preset-react",
"@babel/preset-typescript"
]
Expand Down

0 comments on commit 2e982c9

Please # to comment.