chore: first commit

This commit is contained in:
iam4x
2017-11-22 10:32:01 +01:00
commit 398f4ce110
7 changed files with 3362 additions and 0 deletions

7
.babelrc Normal file
View File

@@ -0,0 +1,7 @@
{
"presets": [
["env", { "targets": { "node": "6" } }],
"flow",
"stage-0"
]
}