minimatch
Advanced tools
Comparing version 0.2.9 to 0.2.10
@@ -484,3 +484,3 @@ ;(function (require, exports, module, platform) { | ||
var re = "" | ||
, hasMagic = false | ||
, hasMagic = !!options.nocase | ||
, escaping = false | ||
@@ -487,0 +487,0 @@ // ? => one single character |
@@ -5,3 +5,3 @@ { | ||
"description": "a glob matcher in javascript", | ||
"version": "0.2.9", | ||
"version": "0.2.10", | ||
"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
58484