mirror of
https://github.com/adminkit/adminkit.git
synced 2026-03-31 19:57:44 +01:00
Update browserslist
This commit is contained in:
+3
-5
@@ -39,16 +39,14 @@
|
|||||||
"prepublishOnly": "cross-env NODE_ENV=production webpack --progress --config webpack.config.js"
|
"prepublishOnly": "cross-env NODE_ENV=production webpack --progress --config webpack.config.js"
|
||||||
},
|
},
|
||||||
"browserslist": [
|
"browserslist": [
|
||||||
"> 0.5%",
|
">= 0.5%",
|
||||||
"last 2 major versions",
|
"last 2 major versions",
|
||||||
"not dead",
|
"not dead",
|
||||||
"Chrome >= 60",
|
"Chrome >= 60",
|
||||||
"Firefox >= 60",
|
"Firefox >= 60",
|
||||||
"not Edge < 79",
|
|
||||||
"Firefox ESR",
|
"Firefox ESR",
|
||||||
"iOS >= 10",
|
"iOS >= 12",
|
||||||
"Safari >= 10",
|
"Safari >= 12",
|
||||||
"Android >= 6",
|
|
||||||
"not Explorer <= 11"
|
"not Explorer <= 11"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user