6to5-browserify
Advanced tools
Comparing version 0.0.8 to 0.0.9
{ | ||
"name": "6to5-browserify", | ||
"description": "6to5 browserify plugin", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"author": "Sebastian McKenzie <sebmck@gmail.com>", | ||
@@ -14,3 +14,2 @@ "homepage": "https://github.com/sebmck/6to5-browserify", | ||
}, | ||
"preferGlobal": true, | ||
"dependencies": { | ||
@@ -17,0 +16,0 @@ "6to5": "*", |
@@ -18,3 +18,3 @@ # 6to5-browserify | ||
```javascript | ||
var to5 = require("6to5-browserify"); | ||
var to5Browserify = require("6to5-browserify"); | ||
browserify() | ||
@@ -21,0 +21,0 @@ .transform(to5Browserify) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2802