Skip to content

Commit 5ec0c73

Browse files
committed
chore: Remove commits hook
Harmonize with other semantic-release projects
1 parent 34d964b commit 5ec0c73

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

commitlint.config.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
"pify": "^3.0.0"
2121
},
2222
"devDependencies": {
23-
"@commitlint/cli": "^3.1.3",
24-
"@commitlint/config-angular": "^3.1.1",
2523
"ava": "^0.22.0",
2624
"codecov": "^2.3.0",
2725
"commitizen": "^2.9.6",
@@ -39,7 +37,6 @@
3937
"eslint-plugin-prettier": "^2.3.0",
4038
"eslint-plugin-promise": "^3.5.0",
4139
"eslint-plugin-standard": "^3.0.1",
42-
"husky": "^0.14.3",
4340
"nyc": "^11.1.0",
4441
"prettier": "^1.7.2",
4542
"rimraf": "^2.6.1",
@@ -110,10 +107,7 @@
110107
"clean": "rimraf coverage && rimraf .nyc_output",
111108
"cm": "git-cz",
112109
"codecov": "codecov -f coverage/coverage-final.json",
113-
"commitmsg": "commitlint -e",
114110
"lint": "eslint lib test",
115-
"precommit": "npm run lint",
116-
"prepush": "ava -v",
117111
"pretest": "npm run clean && npm run lint",
118112
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
119113
"test": "nyc ava -v"

0 commit comments

Comments
 (0)