Skip to content

Commit

Permalink
chore: 🐛 add git-cz as a dev dependency (#1267)
Browse files Browse the repository at this point in the history
yarn commit won't work as npm commit would (for npx like execution).
Instead having git-cz as a dev dependencyprevents errors.

BREAKING CHANGE: 🧨 No
  • Loading branch information
godcrampy authored Feb 25, 2020
1 parent 2f83465 commit b966e89
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^3.1.2",
"execa": "^3.2.0",
"git-cz": "^4.3.1",
"husky": "^3.0.9",
"jest": "^25.1.0",
"jest-junit": "^10.0.0",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6015,6 +6015,11 @@ gh-got@^5.0.0:
got "^6.2.0"
is-plain-obj "^1.1.0"

git-cz@^4.3.1:
version "4.3.1"
resolved "https://registry.yarnpkg.com/git-cz/-/git-cz-4.3.1.tgz#1a1a462c2730c17c9fcbfa023beee98fd7659934"
integrity sha512-z+mbD76lbra8ml2nMoOoFkQPJ2OQvg6vpZa8d9VzNEvygEQNysgMkzGPBxqFKw1VIwZ/PHoQgAf70BPp9uElJw==

git-raw-commits@2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/git-raw-commits/-/git-raw-commits-2.0.0.tgz#d92addf74440c14bcc5c83ecce3fb7f8a79118b5"
Expand Down

0 comments on commit b966e89

Please sign in to comment.