Skip to content

Commit 6027efc

Browse files
author
Elias Mulhall
committed
Remove comitizen, conventional-changelog, and valid-commit-msg
Remove infrastructure packages that don't yet have a use case.
1 parent 3709747 commit 6027efc

File tree

2 files changed

+17
-355
lines changed

2 files changed

+17
-355
lines changed

package.json

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,6 @@
3131
"typecheck": "tsc --lib es2015 --noEmit --strict test/**.ts",
3232
"typecheck:watch": "tsc -w --lib es2015 --noEmit --strict test/**.ts"
3333
},
34-
"config": {
35-
"commitizen": {
36-
"path": "node_modules/cz-conventional-changelog"
37-
},
38-
"validate-commit-msg": {
39-
"types": "conventional-commit-types",
40-
"helpMessage":
41-
"Use \"npm run commit\" instead, we use conventional-changelog format :) (https://github.com/commitizen/cz-cli)"
42-
}
43-
},
4434
"jest": {
4535
"transform": {
4636
".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js"
@@ -63,10 +53,8 @@
6353
"@types/jest": "^22.0.0",
6454
"@types/node": "^8.0.0",
6555
"colors": "^1.1.2",
66-
"commitizen": "^2.9.6",
6756
"coveralls": "^3.0.0",
6857
"cross-env": "^5.0.1",
69-
"cz-conventional-changelog": "^2.0.0",
7058
"jest": "^22.0.2",
7159
"lodash.camelcase": "^4.3.0",
7260
"prettier": "^1.4.4",
@@ -85,7 +73,6 @@
8573
"tslint-config-standard": "^7.0.0",
8674
"typedoc": "^0.9.0",
8775
"typedoc-plugin-markdown": "^1.0.12",
88-
"typescript": "~2.6.2",
89-
"validate-commit-msg": "^2.12.2"
76+
"typescript": "~2.6.2"
9077
}
9178
}

0 commit comments

Comments
 (0)