1
0
mirror of https://gitlab.com/timvisee/send.git synced 2024-11-08 20:22:45 +01:00
send/.babelrc
2018-10-03 11:22:30 -07:00

10 lines
97 B
Plaintext

{
"presets": [
["env", {
"targets": {
"node": "current"
}
}]
]
}