summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2020-01-16 01:28:03 +0100
committerAntoine GIRARD <sapk@users.noreply.github.com>2020-01-16 01:28:03 +0100
commit8716752d22778048a067f1603105e1ae7f2c6049 (patch)
treeab9937aa494007ac8b9ea651d47a9c038f099842 /package.json
parent665d7e91a8e1194c5273d969d5f0db5aa4d8cddc (diff)
downloadgitea-8716752d22778048a067f1603105e1ae7f2c6049.tar.gz
gitea-8716752d22778048a067f1603105e1ae7f2c6049.zip
update supported browsers and add a few more (#9734)
Now includes Firefox ESR, Opera and a few more browser with usages between 0.5% and 1%. defaults resolves to > 0.5%, last 2 versions, Firefox ESR, not dead. Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com> Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 1 insertions, 4 deletions
diff --git a/package.json b/package.json
index 40d7f9f2ee..b90a5a5771 100644
--- a/package.json
+++ b/package.json
@@ -31,9 +31,6 @@
"webpack-cli": "3.3.10"
},
"browserslist": [
- "> 1%",
- "last 2 firefox versions",
- "last 2 safari versions",
- "ie 11"
+ "defaults"
]
}