From 35335715731b633a528611b84cc19c59136cac67 Mon Sep 17 00:00:00 2001 From: Andrey Volynkin Date: Thu, 7 Dec 2023 12:43:54 +0100 Subject: [PATCH] feat: Change last Chrome versions to 5 --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 80b9f82..0124d27 100644 --- a/src/index.ts +++ b/src/index.ts @@ -5,7 +5,7 @@ export = [ 'not and_qq > 0', 'not and_uc > 0', 'Firefox ESR', - 'last 3 Chrome versions', + 'last 5 Chrome versions', //#FIXME: this is done temporarily to fix https://github.com/browserslist/browserslist-useragent/issues/80 'Firefox >= 109', ];