added flow and basic game

This commit is contained in:
2017-05-25 21:47:54 +02:00
parent 86c3d4383d
commit 38ee7a6b65
6 changed files with 69 additions and 13 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
{
"presets": ["es2015"],
"presets": ["es2015", "flow"],
"plugins": []
}