Skip to content

Commit

Permalink
Update dependencies, use newest version of Babel, lint code
Browse files Browse the repository at this point in the history
  • Loading branch information
gakimball committed Nov 15, 2019
1 parent ac954b6 commit 6c1c540
Show file tree
Hide file tree
Showing 8 changed files with 6,477 additions and 5,593 deletions.
4 changes: 2 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"presets": [
["env", {
["@babel/preset-env", {
"targets": {
"node": "current"
}
}],
"react"
"@babel/preset-react"
]
}
Loading

0 comments on commit 6c1c540

Please sign in to comment.