From 5ebc5bc2e7c19ac3350ef4ef9eb9a142cfab4231 Mon Sep 17 00:00:00 2001 From: "William J. Bowman" Date: Wed, 12 May 2021 01:36:45 -0700 Subject: [PATCH] Replace .browserslistrc with package.json configuration Per recommendation: https://github.com/browserslist/browserslist#queries --- .browserslistrc | 19 ------------------- package.json | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 19 deletions(-) delete mode 100644 .browserslistrc diff --git a/.browserslistrc b/.browserslistrc deleted file mode 100644 index 16f3b2a78b..0000000000 --- a/.browserslistrc +++ /dev/null @@ -1,19 +0,0 @@ -# This file is currently used by autoprefixer to adjust CSS to support the below specified browsers -# For additional information regarding the format and rule options, please see: -# https://github.com/browserslist/browserslist#queries -# -# For IE 9-11 support, please remove 'not' from the last line of the file and adjust as needed - -> 0.5% -last 2 versions -not dead -not IE 9-11 -not edge < 79 -not baidu < 10 -not ie_mob < 12 -not kaios < 5 -not op_mini all -not op_mob < 60 -not bb < 14 -not and_uc < 13 -not and_qq < 2 diff --git a/package.json b/package.json index cac67cfcaf..28196b068b 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,21 @@ "type": "git", "url": "git://github.com/johannesjo/super-productivity.git" }, + "browserslist": [ + "> 0.5%" + "last 2 versions" + "not dead" + "not IE 9-11" + "not edge < 79" + "not baidu < 10" + "not ie_mob < 12" + "not kaios < 5" + "not op_mini all" + "not op_mob < 60" + "not bb < 14" + "not and_uc < 13" + "not and_qq < 2" + ], "keywords": [ "ToDo", "Task Management",