require-one-of
Advanced tools
Comparing version 1.0.9 to 1.0.10
@@ -1,5 +0,14 @@ | ||
# Change Log | ||
# Changelog | ||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. | ||
### [1.0.10](https://github.com/Kikobeats/require-one-of/compare/v1.0.9...v1.0.10) (2019-05-20) | ||
### Build System | ||
* change git-authors-cli position ([939d0ae](https://github.com/Kikobeats/require-one-of/commit/939d0ae)) | ||
## [1.0.9](https://github.com/Kikobeats/require-one-of/compare/v1.0.8...v1.0.9) (2019-05-04) | ||
@@ -6,0 +15,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://documentup.com/Kikobeats/require-one-of", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"main": "src/index.js", | ||
@@ -61,6 +61,6 @@ "author": { | ||
"precommit": "lint-staged", | ||
"prerelease": "npm run update:check && git-authors-cli", | ||
"prerelease": "npm run update:check", | ||
"pretest": "npm run lint", | ||
"pretty": "prettier-standard index.js {core,test,bin,scripts}/**/*.js --single-quote --print-width 100", | ||
"release": "git add package.json && standard-version -a", | ||
"release": "git-authors-cli && git add package.json && standard-version -a", | ||
"release:github": "conventional-github-releaser -p angular", | ||
@@ -99,8 +99,3 @@ "release:tags": "git push --follow-tags origin HEAD:master", | ||
} | ||
}, | ||
"standard-version": { | ||
"scripts": { | ||
"prechangelog": "git-authors-cli" | ||
} | ||
} | ||
} |
9867