Skip to content

Commit d6b6d98

Browse files
committed
chore: remove husky
1 parent 7574c34 commit d6b6d98

File tree

2 files changed

+1
-615
lines changed

2 files changed

+1
-615
lines changed

package.json

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,9 @@
3030
"@typescript-eslint/eslint-plugin": "^4.33.0",
3131
"@typescript-eslint/parser": "^4.33.0",
3232
"coveralls": "^3.1.0",
33-
"cz-conventional-changelog": "3.3.0",
3433
"eslint": "^7.32.0",
3534
"eslint-config-prettier": "^6.15.0",
3635
"eslint-plugin-prettier": "^3.1.4",
37-
"husky": "^8.0.0",
3836
"jest": "^26.6.3",
3937
"prettier": "^2.8.8",
4038
"ts-jest": "^26.5.6",
@@ -52,24 +50,13 @@
5250
"build": "npm run lint && tsc && npm run build:browser",
5351
"coverage": "jest --coverage && coveralls < coverage/lcov.info",
5452
"prepublish": "npm test && npm run build",
55-
"lint": "eslint 'src/**/*.{ts,js}'",
56-
"prepare": "husky install"
53+
"lint": "eslint 'src/**/*.{ts,js}'"
5754
},
5855
"repository": {
5956
"type": "git",
6057
"url": "https://github.com/suchjs/reregexp"
6158
},
6259
"bugs": {
6360
"url": "https://github.com/suchjs/reregexp/issues"
64-
},
65-
"config": {
66-
"commitizen": {
67-
"path": "./node_modules/cz-conventional-changelog"
68-
}
69-
},
70-
"husky": {
71-
"hooks": {
72-
"prepare-commit-msg": "exec < /dev/tty && git cz --hook || true"
73-
}
7461
}
7562
}

0 commit comments

Comments
 (0)