Skip to content

Commit

Permalink
fixing ranges browsers for Proxy polyfill (#114)
Browse files Browse the repository at this point in the history
* adding Proxy polyfill

* fixing browsers ranges for Proxy polyfill

* resolving comments
  • Loading branch information
reiniergs committed Apr 13, 2017
1 parent d5b43b8 commit 8f14540
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions polyfills/Proxy/config.json
Expand Up @@ -3,16 +3,16 @@
"es6"
],
"browsers": {
"android": "* - 4.4.4",
"android": "<=4.4.4",
"ie": "*",
"edge": "12 - 13",
"chrome": "* - 48",
"edge": "<14",
"chrome": "<=48",
"firefox": "6 - 50",
"safari": "* - 9",
"safari": "<=9",
"ie_mob": "*",
"ios_saf": "* - 9.3",
"ios_saf": "<=9.3",
"op_mini": "*",
"opera": "* - 42"
"opera": "<=42"
},
"dependencies": [
"Object.defineProperty",
Expand Down

0 comments on commit 8f14540

Please sign in to comment.