Skip to content

Commit 3c5efaa

Browse files
committed
Use defaults browserslist (go-gitea#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.
1 parent 2d6f740 commit 3c5efaa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,6 @@
8585
"vitest": "1.2.2"
8686
},
8787
"browserslist": [
88-
"defaults",
89-
"not ie > 0",
90-
"not ie_mob > 0"
88+
"defaults"
9189
]
9290
}

0 commit comments

Comments
 (0)