From 6e9a90b9a89a21aa97908ce717abc1df1d8c1781 Mon Sep 17 00:00:00 2001 From: Ainar Garipov Date: Wed, 16 Jun 2021 13:15:26 +0300 Subject: [PATCH] Pull request: client: clarify browser sup Merge in DNS/adguard-home from browser-compat to master Squashed commit of the following: commit a0e0c7fe879dd610bc5dccdb765a879521a4729f Author: Ainar Garipov Date: Wed Jun 16 12:59:23 2021 +0300 client: clarify browser sup --- client/package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/client/package.json b/client/package.json index 42d77823..6e52d7dc 100644 --- a/client/package.json +++ b/client/package.json @@ -93,8 +93,10 @@ ], "production": [ ">1%", - "last 4 versions", - "Firefox ESR", + "last 4 chrome version", + "last 4 firefox version", + "last 4 safari version", + "firefox esr", "not ie < 9" ] }