File tree Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -97,6 +97,8 @@ You can expect this hook to work wherever the following APIs are supported:
9797* [ AbortController] ( https://developer.mozilla.org/en-US/docs/Web/API/AbortController#Browser_compatibility )
9898* [ AbortSignal] ( https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal#Browser_compatibility )
9999
100+ Check [ browserslist.dev] ( https://bit.ly/2Hu7QBW ) for an overview.
101+
100102### Contribute
101103--------------
102104If you wish to contribute, please use the following guidelines:
Original file line number Diff line number Diff line change 8080 "node" : " >= 10"
8181 },
8282 "browserslist" : [
83- " > 0.25%" ,
84- " not dead"
83+ " defaults" ,
84+ " not ie 11" ,
85+ " not ie_mob 11" ,
86+ " not op_mini all" ,
87+ " not op_mob 59" ,
88+ " Chrome >= 66" ,
89+ " Edge >= 16" ,
90+ " Firefox >= 57" ,
91+ " Opera >= 53" ,
92+ " Safari >= 11.1" ,
93+ " Android >= 66" ,
94+ " and_chr >= 66" ,
95+ " and_ff >= 57" ,
96+ " ios_saf >= 11.3" ,
97+ " Samsung >= 9.0"
8598 ]
8699}
Original file line number Diff line number Diff line change @@ -1749,7 +1749,7 @@ camelcase@^6.0.0, camelcase@^6.2.0:
17491749
17501750caniuse-lite@^1.0.30001157 :
17511751 version "1.0.30001159"
1752- resolved "https://registry.yarnpkg.com /caniuse-lite/-/caniuse-lite-1.0.30001159.tgz#bebde28f893fa9594dadcaa7d6b8e2aa0299df20 "
1752+ resolved "https://registry.npmjs.org /caniuse-lite/-/caniuse-lite-1.0.30001159.tgz"
17531753 integrity sha512-w9Ph56jOsS8RL20K9cLND3u/+5WASWdhC/PPrf+V3/HsM3uHOavWOR1Xzakbv4Puo/srmPHudkmCRWM7Aq+/UA==
17541754
17551755capture-exit@^2.0.0 :
You can’t perform that action at this time.
0 commit comments