Comparing version 1.1.6 to 1.1.7
@@ -26,3 +26,3 @@ "use strict"; | ||
}; | ||
let categoryMatcher = process.env.NODE_ENV === 'test' ? /\.^/ : /.+/; | ||
let categoryMatcher = typeof process !== 'undefined' && process.env.NODE_ENV === 'test' ? /\.^/ : /.+/; | ||
exports.matchCategory = (matcher) => { | ||
@@ -29,0 +29,0 @@ categoryMatcher = matcher; |
@@ -15,3 +15,3 @@ { | ||
}, | ||
"version": "1.1.6" | ||
"version": "1.1.7" | ||
} |
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
6358