Skip to content

Commit

Permalink
Mark Internet Explorer as dead (#701)
Browse files Browse the repository at this point in the history
* Mark ie 11 as dead

* Add IE 11 as dead
  • Loading branch information
asportnoy committed Jun 20, 2022
1 parent c4eaa6d commit 37a3847
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -242,7 +242,7 @@ You can specify the browser and Node.js versions by queries (case insensitive):
* `last 2 major versions` or `last 2 iOS major versions`:
all minor/patch releases of last 2 major versions.
* `dead`: browsers without official support or updates for 24 months.
Right now it is `IE 10`, `IE_Mob 11`, `BlackBerry 10`, `BlackBerry 7`,
Right now it is `IE 11`, `IE_Mob 11`, `BlackBerry 10`, `BlackBerry 7`,
`Samsung 4`, `OperaMobile 12.1` and all versions of `Baidu`.
* Node.js versions:
* `node 10` and `node 10.4`: selects latest Node.js `10.x.x`
Expand Down
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -1128,7 +1128,7 @@ var QUERIES = {
select: function (context) {
var dead = [
'Baidu >= 0',
'ie <= 10',
'ie <= 11',
'ie_mob <= 11',
'bb <= 10',
'op_mob <= 12.1',
Expand Down

0 comments on commit 37a3847

Please sign in to comment.