Skip to content

Commit

Permalink
refactor(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
noamokman committed Nov 18, 2018
1 parent 5ea12d1 commit 5118a3b
Show file tree
Hide file tree
Showing 3 changed files with 3,534 additions and 3,193 deletions.
13 changes: 8 additions & 5 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"presets": [
["env", {
"targets": {
"node": 8
[
"@babel/preset-env",
{
"targets": {
"node": 8
}
}
}]
]
]
}
}
Loading

0 comments on commit 5118a3b

Please sign in to comment.