Skip to content

Commit

Permalink
chore: remove git-cz (#2389)
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 authored Feb 1, 2021
1 parent 9d6dbda commit 7092a72
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,6 @@ In case you've got a small change in most of the cases, your pull request would
Our commit messages format follows the [angular.js commits format](https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#commits).
You can use `yarn commit` script to have an interactive way of making commits that follow our guidelines.
We don't use the scope. The template of a commit would look like this:

### Commit Message Format
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"build": "tsc --build",
"build:ci": "tsc --build",
"watch": "tsc --build --watch",
"commit": "git-cz",
"lint:prettier": "prettier --list-different . \"!**/*.{js,ts}\" ",
"lint:eslint": "eslint --cache --ext .js --ext .ts .",
"lint": "yarn lint:eslint && yarn lint:prettier",
Expand Down Expand Up @@ -77,7 +76,6 @@
"eslint-plugin-prettier": "^3.1.4",
"execa": "^5.0.0",
"get-port": "^5.1.1",
"git-cz": "^4.7.1",
"husky": "^4.3.0",
"jest": "^26.6.1",
"jest-serializer-ansi": "^1.0.3",
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5209,11 +5209,6 @@ gh-got@^5.0.0:
got "^6.2.0"
is-plain-obj "^1.1.0"

git-cz@^4.7.1:
version "4.7.6"
resolved "https://registry.yarnpkg.com/git-cz/-/git-cz-4.7.6.tgz#1250c486f01724e801a630b848fd8786f7e67e90"
integrity sha512-WtQEXqetJSi9LKPI77bMdSQWvLGjE93egVbR0zjXd1KFKrFvo/YE/UuGNcMeBDiwzxfQBhjyV7Hn0YUZ8Q0BcQ==

[email protected]:
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 7092a72

Please sign in to comment.