Comparing version 0.3.13 to 0.3.14
@@ -30,3 +30,3 @@ /* | ||
if(identArray[0] === "." || identArray[0] === ".." || identArray[0] === "" || identArray[0].match(/^[A-Z]:$/i)) { | ||
var pathname = identArray[0][0] === "." ? join(contextArray, identArray) : path.join.apply(path, identArray); | ||
var pathname = identArray[0][0] === "." ? join(contextArray, identArray) : join(identArray, []); | ||
if(type === "context") { | ||
@@ -33,0 +33,0 @@ fs.stat(pathname, function(err, stat) { |
{ | ||
"name": "webpack", | ||
"version": "0.3.13", | ||
"version": "0.3.14", | ||
"author": "Tobias Koppers @sokra", | ||
@@ -5,0 +5,0 @@ "description": "Packs CommonJs Modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loading of js, json, jade, coffee, css, ... out of the box and more with custom loaders.", |
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
340584