git-authors-cli
Advanced tools
Comparing version 1.0.11 to 1.0.12
@@ -5,2 +5,11 @@ # Changelog | ||
### [1.0.12](https://github.com/Kikobeats/git-authors-cli/compare/v1.0.11...v1.0.12) (2019-05-20) | ||
### Build System | ||
* just one command run ([7631839](https://github.com/Kikobeats/git-authors-cli/commit/7631839)) | ||
### [1.0.11](https://github.com/Kikobeats/git-authors-cli/compare/v1.0.10...v1.0.11) (2019-05-20) | ||
@@ -7,0 +16,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://documentup.com/Kikobeats/git-authors-cli", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"bin": { | ||
@@ -67,3 +67,3 @@ "git-authors-cli": "bin/index.js" | ||
"postrelease": "npm run release:tags && npm run release:github && ci-publish", | ||
"prerelease": "npm run update:check && git-authors-cli", | ||
"prerelease": "npm run update:check", | ||
"pretest": "npm run lint", | ||
@@ -107,5 +107,5 @@ "pretty": "prettier-standard index.js {core,test,bin,scripts}/**/*.js --single-quote --print-width 100", | ||
"scripts": { | ||
"prechangelog": "git-authors-cli" | ||
"precommit": "git-authors-cli" | ||
} | ||
} | ||
} |
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
14895