Skip to content

Commit

Permalink
Drop support for old browsers (e.g. IE11)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMayerhofer committed May 7, 2021
1 parent a433240 commit 08f04c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"babel": {
"presets": ["@babel/env"]
},
"browserslist": ["last 3 versions", "> 1%", "IE 11"],
"browserslist": ["defaults", "not IE 11", "not op_mini all"],
"release-it": {
"git": {
"changelog": "auto-changelog --stdout --commit-limit false --sort-commits date-desc --unreleased --template https://raw.githubusercontent.com/release-it/release-it/master/templates/changelog-compact.hbs",
Expand Down

0 comments on commit 08f04c7

Please sign in to comment.