git-authors-cli
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -132,3 +132,3 @@ #!/usr/bin/env node | ||
isString(pkgAuthor) | ||
? new RegExp(pkgAuthor, 'i').test(email) | ||
? !new RegExp(pkgAuthor, 'i').test(email) | ||
: !isSameEmail(pkgAuthor.email, email) | ||
@@ -135,0 +135,0 @@ ) |
@@ -0,1 +1,8 @@ | ||
<a name="1.0.9"></a> | ||
## 1.0.9 (2019-01-16) | ||
* Fix no contributors reported ([62e8ea2](https://github.com/Kikobeats/git-authors-cli/commit/62e8ea2)) | ||
<a name="1.0.8"></a> | ||
@@ -2,0 +9,0 @@ ## 1.0.8 (2018-11-27) |
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://documentup.com/Kikobeats/git-authors-cli", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"bin": { | ||
@@ -8,0 +8,0 @@ "git-authors-cli": "bin/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
12764