second commit

This commit is contained in:
Derron carr
2017-06-07 19:48:16 +01:00
parent 16e0481c71
commit 335e3e09c8
64 changed files with 2595 additions and 0 deletions

13
.babelrc Executable file
View File

@@ -0,0 +1,13 @@
{
"presets": [
["env", { "modules": false }],
"stage-2"
],
"plugins": ["transform-runtime"],
"comments": false,
"env": {
"test": {
"plugins": [ "istanbul" ]
}
}
}