1
0
mirror of https://github.com/chylex/Firefox-SCsCC.git synced 2025-05-11 06:34:03 +02:00

change target to Firefox version 60

the latest ESR version
This commit is contained in:
sarics 2019-07-22 19:15:34 +02:00
parent 0826da4382
commit 4a22d9d6a2
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ module.exports = {
[
'@babel/preset-env', {
targets: {
browsers: 'Firefox >= 52',
browsers: 'Firefox >= 60',
},
modules: false,
},

View File

@ -14,7 +14,7 @@
"applications": {
"gecko": {
"id": "scscurrencyconverter@sarics",
"strict_min_version": "52.0"
"strict_min_version": "60.0"
}
},