File tree Expand file tree Collapse file tree 2 files changed +17
-355
lines changed
Expand file tree Collapse file tree 2 files changed +17
-355
lines changed Original file line number Diff line number Diff line change 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"
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" ,
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}
You can’t perform that action at this time.
0 commit comments