Skip to content

Commit

Permalink
added babel
Browse files Browse the repository at this point in the history
  • Loading branch information
avigoldman committed Oct 9, 2017
1 parent 11b0f8d commit ae06cc3
Show file tree
Hide file tree
Showing 3 changed files with 4,784 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"presets": [
["env", {
"targets": {
"node": 4
}
}]
]
}
Loading

0 comments on commit ae06cc3

Please sign in to comment.