refactor: replace caniuse-db by mdn-browser-compat-data (#11838)

* refactor: replace caniuse-db by mdn-browser-compat-data

* fix broken test
This commit is contained in:
Huáng Jùnliàng
2020-07-20 17:11:21 -04:00
committed by GitHub
parent e51a91e131
commit 48be93b46c
9 changed files with 144 additions and 99 deletions

View File

@@ -1,15 +1,16 @@
{
"es6.module": {
"chrome": "61",
"and_chr": "61",
"edge": "16",
"firefox": "60",
"chrome": "61",
"safari": "10.1",
"opera": "48",
"ios_saf": "10.3",
"android": "61",
"op_mob": "48",
"and_chr": "61",
"and_ff": "60",
"samsung": "8.2"
"node": "13.2.0",
"opera": "48",
"op_mob": "48",
"safari": "10.1",
"ios_saf": "10.3",
"samsung": "8.2",
"android": "61"
}
}