Skip to content

Commit

Permalink
chore: browserlist correct in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Dec 16, 2024
1 parent d176d2c commit 40e0540
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,12 @@
]
},
"browserslist": [
"> 0.5%, last 2 versions, Firefox ESR, not dead, IE 11"
"> 0.5%, last 2 versions, Firefox ESR, not dead",
"chrome > 62",
"firefox > 59",
"ios_saf >= 10.3",
"opera > 50",
"safari > 12"
],
"pnpm": {
"patchedDependencies": {
Expand Down

0 comments on commit 40e0540

Please sign in to comment.