include-all
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -214,3 +214,3 @@ /** | ||
if (options.keepDirectoryPath) { | ||
_modules[path.join(relativePath, grandchildKey)] = rhs; | ||
_modules[path.join(path.basename(relativePath), grandchildKey)] = rhs; | ||
} | ||
@@ -217,0 +217,0 @@ else { |
{ | ||
"name": "include-all", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "An easy way to include all node.js modules within a directory.", | ||
@@ -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
31739