Skip to content

Commit

Permalink
Update Firefox ESR versions (browserslist#669)
Browse files Browse the repository at this point in the history
Firefox 78 is not an ESR anymore since November 2021.
  • Loading branch information
stof authored and zhouyu9527 committed Jul 4, 2022
1 parent d7d6a22 commit 9cd046e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -1054,7 +1054,7 @@ var QUERIES = [
{
regexp: /^(firefox|ff|fx)\s+esr$/i,
select: function () {
return ['firefox 78', 'firefox 91']
return ['firefox 91']
}
},
{
Expand Down

0 comments on commit 9cd046e

Please sign in to comment.