fimfic2epub/.babelrc

8 lines
88 B
Plaintext
Raw Normal View History

2016-06-21 09:04:08 +12:00
{
"presets": [['@babel/env', {
2018-03-15 09:00:55 +13:00
"targets": {
"node": "current"
}
}]]
2016-06-21 09:04:08 +12:00
}