Merge pull request #310 from Dashed/patch-1

Clarify usage of 6to5 in node with harmony flag.
This commit is contained in:
Sebastian McKenzie 2014-12-18 00:25:44 +11:00
commit bf74f5a634

View File

@ -184,6 +184,8 @@ require("6to5/register")({
});
```
**NOTE:** Using 6to5-node or `require("6to5/register")`, 6to5 will check what features are available in the current environment and blacklists them if they're supported.
#### Options
```javascript