Skip to content

Commit

Permalink
move babel to devDepedencies; update packages
Browse files Browse the repository at this point in the history
add .nvmrc, .babelrc
  • Loading branch information
rekmarks committed Aug 14, 2019
1 parent e959267 commit 74c9a8f
Show file tree
Hide file tree
Showing 4 changed files with 513 additions and 392 deletions.
5 changes: 5 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"presets": [
"@babel/preset-env"
]
}
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v10.16.0
Loading

0 comments on commit 74c9a8f

Please sign in to comment.