Comparing version 1.0.0 to 1.0.1
@@ -11,4 +11,4 @@ 'use strict' | ||
return isSubdirOnNormalized( | ||
path.normalize(parent), | ||
path.normalize(dir) | ||
path.resolve(parent), | ||
path.resolve(dir) | ||
) | ||
@@ -15,0 +15,0 @@ } |
{ | ||
"name": "is-subdir", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Return whether a directory is a subdirectory of another 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
3715