enhanced-resolve
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -200,2 +200,3 @@ /* | ||
var data = JSON.parse(buffer.toString("utf-8")); | ||
return data; | ||
}.bind(this); | ||
@@ -202,0 +203,0 @@ } else { |
@@ -22,3 +22,3 @@ /* | ||
paths.push(path) | ||
for(var i = parts.length - 2; i > 2; i-=2) { | ||
for(var i = parts.length - 2; i > 2; i -= 2) { | ||
var part = parts[i]; | ||
@@ -25,0 +25,0 @@ path = path.substr(0, path.length - part.length) || "/"; |
{ | ||
"name": "enhanced-resolve", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"author": "Tobias Koppers @sokra", | ||
@@ -5,0 +5,0 @@ "description": "Offers a async require.resolve function. It's highly configurable.", |
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
77506
2198