Skip to content

Commit

Permalink
build(semantic-release): remove husky from dependencies
Browse files Browse the repository at this point in the history
It adds unnecessary complication. The only motivation for having it was
to use Commitizen on the CLI. But after trying it for a while, I don't
really care for that tool.
  • Loading branch information
jmcvetta committed Dec 16, 2020
1 parent 049beb5 commit fc1f338
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 80 deletions.
79 changes: 1 addition & 78 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"example": "example"
},
"scripts": {
"postinstall": "npx husky install",
"test": "make test",
"get-version": "echo $npm_package_version"
},
Expand All @@ -31,7 +30,6 @@
"commitizen": "^4.2.2",
"conventional-changelog-conventionalcommits": "^4.5.0",
"cz-conventional-changelog": "^3.3.0",
"husky": "^4.3.6",
"semantic-release": "^17.3.0"
}
}

0 comments on commit fc1f338

Please sign in to comment.