Files
goTorrent/torrent-project/.babelrc
deranjer 1904a6ec24 adding more fields to torrentlist, ul speed/dl speed
enter the commit message for your changes. Lines starting
2017-12-14 20:42:55 -05:00

10 lines
102 B
Plaintext

{
"presets": [
"react",
"env",
"stage-2",
],
"plugins": ["transform-class-properties"]
}