module-deps
Advanced tools
Comparing version 3.5.0 to 3.5.1
@@ -205,3 +205,7 @@ var fs = require('fs'); | ||
function loadTransform (id, trOpts, cb) { | ||
var params = { basedir: path.dirname(file) }; | ||
var params = { | ||
basedir: trOpts.basedir | ||
|| self.options.basedir | ||
|| path.dirname(file) | ||
}; | ||
nodeResolve(id, params, function nr (err, res, again) { | ||
@@ -208,0 +212,0 @@ if (err && again) return cb(err); |
{ | ||
"name": "module-deps", | ||
"version": "3.5.0", | ||
"version": "3.5.1", | ||
"description": "walk the dependency graph to generate json output that can be fed into browser-pack", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
45901
89
1138