Skip to content

Commit

Permalink
fix: problem with FF is always treated as deprecated (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
Raubzeug authored Nov 17, 2023
1 parent dc0908e commit 4bb47f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ export = [
'not and_uc > 0',
'Firefox ESR',
'last 3 Chrome versions',
//#FIXME: this is done temporarily to fix https://github.com/browserslist/browserslist-useragent/issues/80
'Firefox >= 109',
];

0 comments on commit 4bb47f2

Please sign in to comment.