module-grapher
Advanced tools
Comparing version 0.10.0 to 0.10.1
@@ -101,8 +101,8 @@ /* | ||
} | ||
self.resolvePath(relativePath, module, function(err) { | ||
self.resolvePath(relativePath, module, function(err, isDir) { | ||
if (err) { | ||
callback(err); | ||
callback(err, isDir); | ||
} else { | ||
module.setPackage(pkg); | ||
callback(null); | ||
callback(null, isDir); | ||
} | ||
@@ -109,0 +109,0 @@ }); |
@@ -5,3 +5,3 @@ { | ||
"main": "./main", | ||
"version": "0.10.0", | ||
"version": "0.10.1", | ||
"dependencies": { | ||
@@ -8,0 +8,0 @@ "async-it": ">=0.2.0", |
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
49034
23
1378