polyfills-db
Advanced tools
Comparing version 1.15.0 to 1.16.0
@@ -26,6 +26,9 @@ [ | ||
"sources": [ | ||
"http://www.chromestatus.com/features/4959347197083648#generator" | ||
"http://www.chromestatus.com/features/4959347197083648#generator", | ||
"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/function*" | ||
], | ||
"browsers": { | ||
"ff": 26 | ||
"ff": 26, | ||
"chrome": 39, | ||
"opera": 26 | ||
} | ||
@@ -107,3 +110,9 @@ }, | ||
"shortName": "rgxu" | ||
}, | ||
{ | ||
"module": "es7-async-fn", | ||
"shortName": "async", | ||
"runtime": "es7-async-fn/runtime.js", | ||
"sources": [] | ||
} | ||
] |
{ | ||
"name": "polyfills-db", | ||
"description": "browser feature database", | ||
"version": "1.15.0", | ||
"version": "1.16.0", | ||
"author": { | ||
@@ -33,2 +33,3 @@ "name": "Jonathan Ong", | ||
"es6-templates": "0", | ||
"es7-async-fn": "1", | ||
"istanbul": "0", | ||
@@ -35,0 +36,0 @@ "mocha": "2", |
@@ -26,5 +26,5 @@ | ||
Of course, we want to actually test each bundle on a browser. | ||
Of course, we want to actually test each bundle on a browser. | ||
Right now, tests are in [paas](https://github.com/polyfills/paas), | ||
so everytime you add a polyfill, checkout [paas](https://github.com/polyfills/paas) | ||
so everytime you add a polyfill, checkout [paas](https://github.com/polyfills/paas) | ||
and see if hitting `GET /test.html` works in all your browsers. | ||
@@ -46,2 +46,7 @@ CI testing is coming! | ||
## Notes | ||
`regenerator` includes `es7-async-fn`. If you use `regenerator`, | ||
be sure to not use `es7-async-fn`, or at least the runtime. | ||
[npm-image]: https://img.shields.io/npm/v/polyfills-db.svg?style=flat-square | ||
@@ -48,0 +53,0 @@ [npm-url]: https://npmjs.org/package/polyfills-db |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
30420
888
66
27