[ticket/16414] update browserlist

PHPBB3-16414
This commit is contained in:
hanakin 2020-03-24 10:35:51 -10:00
parent bb94204496
commit 19e437a7b1

View file

@ -44,7 +44,15 @@
}, },
"browserslist": [ "browserslist": [
"> 1%", "> 1%",
"last 2 versions" "not ie 11",
"not samsung 10.1",
"not and_uc 12.12",
"not op_mini all",
"edge >= 18",
"ff >= 72",
"chrome >= 79",
"safari >= 13",
"ios >= 12.4"
], ],
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"