Skip to content

Commit

Permalink
Bug fixes for edge
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwep committed May 2, 2018
1 parent 1a06079 commit 75b3edc
Show file tree
Hide file tree
Showing 6 changed files with 688 additions and 128 deletions.
18 changes: 18 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"presets": [
"babili",
[
"env", {
"targets": {
"browsers": [
"Chrome >= 52",
"FireFox >= 44",
"Safari >= 7",
"Explorer 11",
"last 4 Edge versions"
]
}
}
]
]
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
alt="npm version"
src="https://img.shields.io/badge/npm-5.8.0-brightgreen.svg"></a>
<img alt="Current version"
src="https://img.shields.io/badge/version-0.0.2-23AD62.svg">
src="https://img.shields.io/badge/version-0.0.3-23AD62.svg">
<img alt="No dependencies"
src="https://img.shields.io/badge/dependencies-none-57CCE4.svg">
</p>
Expand Down
Loading

0 comments on commit 75b3edc

Please sign in to comment.