1
0
mirror of https://github.com/chylex/Firefox-SCsCC.git synced 2024-10-17 09:42:46 +02:00
Firefox-SCsCC/.babelrc
2017-03-18 14:49:53 +01:00

12 lines
127 B
Plaintext

{
"presets": [
[
"env", {
"targets": {
"browsers": "Firefox >= 48"
}
}
]
]
}