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

@@ -29,7 +29,7 @@ var check = function (loc) {
transform(file, {
filename: loc,
blacklist: ["useStrict"],
blacklist: ["strict"],
_anal: true
});
} catch (err) {