mirror of https://github.com/go-gitea/gitea.git
Use defaults browserslist (#29098)
IE usage has dropped enough to not be included in the defaults browserslist anymore as per https://browsersl.ist/#q=defaults, so we can use the defaults now.
This commit is contained in:
parent
96ad1d6340
commit
ce9978bfd4
|
@ -85,8 +85,6 @@
|
||||||
"vitest": "1.2.2"
|
"vitest": "1.2.2"
|
||||||
},
|
},
|
||||||
"browserslist": [
|
"browserslist": [
|
||||||
"defaults",
|
"defaults"
|
||||||
"not ie > 0",
|
|
||||||
"not ie_mob > 0"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue