Comparing version 11.0.0 to 11.0.1
@@ -47,2 +47,3 @@ 'use strict'; | ||
const ensureAbsolutePathForCwd = (cwd, p) => { | ||
cwd = slash(cwd); | ||
if (path.isAbsolute(p)) { | ||
@@ -49,0 +50,0 @@ if (p.startsWith(cwd)) { |
{ | ||
"name": "globby", | ||
"version": "11.0.0", | ||
"version": "11.0.1", | ||
"description": "User-friendly glob matching", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
21518
408