Skip to content

Commit a18c7a8

Browse files
committed
don't need to exclude IE 11 anymore
1 parent a228b75 commit a18c7a8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,7 @@
132132
"vitest": "^1.6.0"
133133
},
134134
"browserslist": [
135-
"defaults",
136-
"not IE 11"
135+
"defaults"
137136
],
138137
"msw": {
139138
"workerDirectory": [

0 commit comments

Comments
 (0)