Comparing version 6.0.2 to 6.0.3
@@ -107,2 +107,7 @@ exports.alphasort = alphasort | ||
// disable comments and negation in Minimatch. | ||
// Note that they are not supported in Glob itself anyway. | ||
options.nonegate = true | ||
options.nocomment = true | ||
self.minimatch = new Minimatch(pattern, options) | ||
@@ -109,0 +114,0 @@ self.options = self.minimatch.options |
@@ -5,3 +5,3 @@ { | ||
"description": "a little globber", | ||
"version": "6.0.2", | ||
"version": "6.0.3", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "type": "git", |
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
51980
1182