6to5-browserify
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -6,4 +6,4 @@ var through = require("through"); | ||
var browserify = module.exports = function (filename) { | ||
return browserify.configure()(filename); | ||
var browserify = module.exports = function (filename, opts) { | ||
return browserify.configure(opts)(filename); | ||
}; | ||
@@ -10,0 +10,0 @@ |
{ | ||
"name": "6to5-browserify", | ||
"description": "6to5 browserify plugin", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"author": "Sebastian McKenzie <sebmck@gmail.com>", | ||
@@ -6,0 +6,0 @@ "homepage": "https://github.com/sebmck/6to5-browserify", |
# 6to5-browserify | ||
[6to5](https://github.com/sebmck/6to5) [browserify](https://github.com/substack/node-browserify) plugin | ||
[6to5](https://github.com/6to5/6to5) [browserify](https://github.com/substack/node-browserify) plugin | ||
@@ -5,0 +5,0 @@ ## Installation |
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
3851