Skip to content

Commit

Permalink
fix: update to ensure IE11 is excluded
Browse files Browse the repository at this point in the history
  • Loading branch information
bradenmacdonald committed Nov 28, 2024
1 parent 3b192a3 commit 2efb319
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 22 deletions.
5 changes: 2 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ const mobile = [
// adding these is strongly recommended by browserslist, so we do so:
// https://github.com/browserslist/browserslist?tab=readme-ov-file#best-practices
const bestPractices = [
'last 2 versions',
'not dead',
'> 0.2%',
'last 2 versions and not dead',
'> 0.2% and not dead',
];

module.exports = [
Expand Down
69 changes: 51 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"supported": "node -e \"var bl = require('browserslist'); console.log(bl(require('./index')).join('\\n'));\""
},
"devDependencies": {
"browserslist": "4.20.3"
"browserslist": "4.24.2"
}
}

0 comments on commit 2efb319

Please sign in to comment.