1
0
mirror of https://github.com/ipdb/website.git synced 2024-11-13 16:54:50 +01:00

bump browser support, add Edge

This commit is contained in:
Matthias Kretschmann 2017-09-04 22:47:32 +02:00
parent b68cfa86e7
commit ea5d9bbb5e
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -18,13 +18,14 @@
},
"browserslist": [
"last 2 versions",
"Chrome >= 30",
"Safari >= 6.1",
"Firefox >= 35",
"Opera >= 32",
"iOS >= 8",
"Android >= 4",
"ie >= 10"
"Chrome >= 50",
"Safari >= 9",
"Firefox >= 40",
"Opera >= 37",
"iOS >= 9",
"Android >= 50",
"Edge >= 12",
"ie >= 11"
],
"dependencies": {
"ajaxchimp": "^1.3.0",