Skip to content

Commit

Permalink
Use defaults browserslist (go-gitea#29098)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
silverwind authored Feb 8, 2024
1 parent 96ad1d6 commit ce9978b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@
"vitest": "1.2.2"
},
"browserslist": [
"defaults",
"not ie > 0",
"not ie_mob > 0"
"defaults"
]
}

0 comments on commit ce9978b

Please sign in to comment.