fimfic2epub/.babelrc
2018-03-14 21:00:55 +01:00

8 lines
81 B
Plaintext

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