Skip to content

Commit

Permalink
convert to es5 instead of es6
Browse files Browse the repository at this point in the history
  • Loading branch information
istateside committed Jan 12, 2018
1 parent db4ef38 commit 6cf0de6
Show file tree
Hide file tree
Showing 8 changed files with 132 additions and 417 deletions.
9 changes: 2 additions & 7 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
{
"presets":[
["env", {
"targets": {
"safari": "10",
}
}]
]
"presets": ["es2015"],
"compact": false
}
3 changes: 2 additions & 1 deletion dist/cropduster.browser.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/cropduster.browser.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 6cf0de6

Please sign in to comment.