Initial commit

This commit is contained in:
Joshua Seigler 2017-07-13 13:41:17 -04:00
commit 945123df1f
10 changed files with 4403 additions and 0 deletions

5
.babelrc Normal file
View file

@ -0,0 +1,5 @@
{
"presets": [
["env", { "modules": false }]
]
}