Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

Commit

Permalink
patch: 🩹 bump version for npm publish file reduction
Browse files Browse the repository at this point in the history
This also adds author, contributors, and keywords
  • Loading branch information
JeromeFitz authored and kodiakhq[bot] committed May 1, 2021
1 parent f2247ba commit 3e69692
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@
"git-cz": "./bin/git-cz.js",
"gitcz": "./bin/git-cz.js"
},
"author": {
"name": "Vadim Dalecky",
"url": "http://onp4.com/@vadim/~js"
},
"contributors": [
{
"name": "Jerome Fitzgerald",
"email": "j@jeromefitzgerald.com",
"url": "https://jeromefitzgerald.com"
}
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/jeromefitz/git-cz.git"
Expand All @@ -16,6 +27,15 @@
"engines": {
"node": ">=12"
},
"keywords": [
"commit",
"commitizen",
"conventional changelog",
"format",
"gitflow",
"gitmoji",
"pretty"
],
"scripts": {
"branch": "git-cz --branch --allow-empty",
"build:binaries": "mkdirp binaries && pkg lib/cli.js --out-path binaries --targets node12",
Expand Down

0 comments on commit 3e69692

Please sign in to comment.