upgrade to babel 5

This commit is contained in:
Sebastian McKenzie
2015-04-28 14:55:28 +01:00
parent 2952d94e60
commit cfffaf6cdb
32 changed files with 54 additions and 54 deletions

View File

@@ -1,6 +1,5 @@
{
"experimental": true,
"playground": true,
"loose": true,
"stage": 0,
"loose": ["all"],
"blacklist": ["es6.tailCall"]
}