browser-resolve
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -158,4 +158,4 @@ // builtin | ||
package: opts.package, | ||
packageFilter: function(info) { | ||
if (opts.packageFilter) info = opts.packageFilter(info); | ||
packageFilter: function(info, pkgdir) { | ||
if (opts.packageFilter) info = opts.packageFilter(info, pkgdir); | ||
@@ -162,0 +162,0 @@ // support legacy browserify field |
{ | ||
"name": "browser-resolve", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "resolve which handles browser field support in package.json", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
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
23249