fimfic2epub/.babelrc

8 lines
76 B
Plaintext
Raw Normal View History

2016-06-21 09:04:08 +12:00
{
"presets": [
"node6"
],
"plugins": ["transform-strict-mode"]
}