Skip to content

Commit

Permalink
chore: remove cz-conventional-changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
pablodenadai committed Jun 20, 2022
1 parent 15bf1ff commit 9ddc425
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 388 deletions.
2 changes: 1 addition & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

[[ -n $HUSKY_BYPASS ]] || npx --no-install commitlint --edit $1
[[ -n $HUSKY_BYPASS ]] || npx --no -- commitlint --edit $1
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

[[ -n $HUSKY_BYPASS ]] || npx --no-install pretty-quick --staged
[[ -n $HUSKY_BYPASS ]] || npx --no -- pretty-quick --staged
9 changes: 0 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"@typescript-eslint/parser": "5.28.0",
"conventional-changelog": "3.1.25",
"conventional-changelog-cli": "2.2.2",
"cz-conventional-changelog": "3.3.0",
"eslint": "8.17.0",
"eslint-formatter-table": "7.32.1",
"eslint-plugin-functional": "4.2.1",
Expand All @@ -64,11 +63,6 @@
"typedoc-plugin-markdown": "3.12.1",
"typescript": "4.7.3"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"dependencies": {
"@stablelib/base64": "1.0.1",
"@stablelib/sha256": "1.0.1",
Expand All @@ -77,8 +71,5 @@
"neverthrow": "3.0.0",
"ramda": "0.27.1",
"url": "0.11.0"
},
"resolutions": {
"cz-conventional-changelog/commitizen/minimist": "1.2.6"
}
}

0 comments on commit 9ddc425

Please sign in to comment.