Comparing version 0.6.1 to 0.6.2
@@ -24,3 +24,6 @@ var path = require('path'); | ||
} | ||
if(process.platform === 'win32'){ | ||
dirs[dirs.length-1] = dirs[dirs.length-1].replace(":", ":\\"); | ||
} | ||
return dirs.concat(opts.paths); | ||
} |
{ | ||
"name" : "resolve", | ||
"description" : "resolve like require.resolve() on behalf of files asynchronously and synchronously", | ||
"version" : "0.6.1", | ||
"version" : "0.6.2", | ||
"repository" : { | ||
@@ -6,0 +6,0 @@ "type" : "git", |
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
35207
46
915