fix rogue useStrict transformer references

This commit is contained in:
Sebastian McKenzie
2015-03-02 22:41:55 +11:00
parent b7cb2bcb7b
commit a65acd73ca
7 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
{
"blacklist": "useStrict",
"blacklist": "strict",
"optional": "reactCompat"
}

View File

@@ -1,3 +1,3 @@
{
"blacklist": ["useStrict", "es6.tailCall"]
"blacklist": ["strict", "es6.tailCall"]
}

View File

@@ -1,3 +1,3 @@
{
"blacklist": ["useStrict"]
"blacklist": ["strict"]
}