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:
parent
0826da4382
commit
4a22d9d6a2
@ -3,7 +3,7 @@ module.exports = {
|
||||
[
|
||||
'@babel/preset-env', {
|
||||
targets: {
|
||||
browsers: 'Firefox >= 52',
|
||||
browsers: 'Firefox >= 60',
|
||||
},
|
||||
modules: false,
|
||||
},
|
||||
|
@ -14,7 +14,7 @@
|
||||
"applications": {
|
||||
"gecko": {
|
||||
"id": "scscurrencyconverter@sarics",
|
||||
"strict_min_version": "52.0"
|
||||
"strict_min_version": "60.0"
|
||||
}
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user