1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-01 08:55:47 +00:00

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:
silverwind 2024-02-08 14:49:44 +01:00 committed by GitHub
parent 96ad1d6340
commit ce9978bfd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -85,8 +85,6 @@
"vitest": "1.2.2"
},
"browserslist": [
"defaults",
"not ie > 0",
"not ie_mob > 0"
"defaults"
]
}