Skip to content

Commit

Permalink
chore: compile with babel for browser-compat
Browse files Browse the repository at this point in the history
our port to node4-compatible JS was too much for some browsers
  • Loading branch information
dbushong committed Jul 14, 2017
1 parent 98d8954 commit b2909e8
Show file tree
Hide file tree
Showing 7 changed files with 807 additions and 220 deletions.
3 changes: 3 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"presets": ["env"]
}
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": "groupon-node4"
"extends": "groupon"
}

0 comments on commit b2909e8

Please sign in to comment.