git-authors-cli
Advanced tools
Comparing version 1.0.49 to 1.0.50
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://github.com/Kikobeats/git-authors-cli", | ||
"version": "1.0.49", | ||
"version": "1.0.50", | ||
"bin": { | ||
@@ -73,3 +73,2 @@ "git-authors": "bin/index.js", | ||
"nano-staged": "latest", | ||
"npm-check-updates": "latest", | ||
"simple-git-hooks": "latest", | ||
@@ -91,3 +90,3 @@ "standard": "latest", | ||
"postrelease": "npm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)", | ||
"prerelease": "npm run update:check && npm run contributors", | ||
"prerelease": "npm run contributors", | ||
"pretest": "npm run lint", | ||
@@ -98,5 +97,3 @@ "pretty": "prettier-standard index.js {core,test,bin,scripts}/**/*.js --single-quote --print-width 100", | ||
"release:tags": "git push --follow-tags origin HEAD:master", | ||
"test": "c8 ava", | ||
"update": "ncu -u", | ||
"update:check": "ncu -- --error-level 2" | ||
"test": "c8 ava" | ||
}, | ||
@@ -108,3 +105,8 @@ "preferGlobal": true, | ||
"@commitlint/config-conventional" | ||
] | ||
], | ||
"rules": { | ||
"body-max-line-length": [ | ||
0 | ||
] | ||
} | ||
}, | ||
@@ -111,0 +113,0 @@ "nano-staged": { |
@@ -45,2 +45,2 @@ # git-authors-cli | ||
> [kikobeats.com](https://kikobeats.com) · GitHub [Kiko Beats](https://github.com/Kikobeats) · Twitter [@Kikobeats](https://twitter.com/Kikobeats) | ||
> [kikobeats.com](https://kikobeats.com) · GitHub [Kiko Beats](https://github.com/Kikobeats) · X [@Kikobeats](https://x.com/Kikobeats) |
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
12
11793