|
15 | 15 | "utils:update": "git subtree pull --prefix=src/utils [email protected]:peretz/utils.git master --squash", |
16 | 16 | "prepush": "bash scripts/prepush.sh", |
17 | 17 | "build-storybook": "build-storybook -c .storybook -o dist/docs/storybook", |
18 | | - "semantic-release": "semantic-release", |
19 | | - "commitmsg": "commitlint -E GIT_PARAMS" |
| 18 | + "semantic-release": "semantic-release", |
| 19 | + "commitmsg": "commitlint -E GIT_PARAMS", |
| 20 | + "commit": "git-cz" |
20 | 21 | }, |
21 | 22 | "release": { |
22 | 23 | "pkgRoot": "dist" |
23 | 24 | }, |
24 | 25 | "commitlint": { |
25 | | - "types": [ |
26 | | - "feat", |
27 | | - "fix", |
28 | | - "docs", |
29 | | - "style", |
30 | | - "refactor", |
31 | | - "perf", |
32 | | - "test", |
33 | | - "chore", |
34 | | - "revert" |
35 | | - ], |
36 | | - "warnOnFail": false, |
37 | | - "maxSubjectLength": 100, |
38 | | - "subjectPattern": ".+", |
39 | | - "subjectPatternErrorMsg": "Subject does not match subject pattern!" |
40 | | - }, |
| 26 | + "types": [ |
| 27 | + "feat", |
| 28 | + "fix", |
| 29 | + "docs", |
| 30 | + "style", |
| 31 | + "refactor", |
| 32 | + "perf", |
| 33 | + "test", |
| 34 | + "chore", |
| 35 | + "revert" |
| 36 | + ], |
| 37 | + "warnOnFail": false, |
| 38 | + "maxSubjectLength": 100, |
| 39 | + "subjectPattern": ".+", |
| 40 | + "subjectPatternErrorMsg": "Subject does not match subject pattern!" |
| 41 | + }, |
41 | 42 | "config": { |
42 | | - "commitizen": { |
43 | | - "path": "./node_modules/cz-conventional-changelog-components" |
44 | | - } |
45 | | -}, |
| 43 | + "commitizen": { |
| 44 | + "path": "./node_modules/cz-conventional-changelog-components" |
| 45 | + } |
| 46 | + }, |
46 | 47 | "repository": { |
47 | 48 | "type": "git", |
48 | 49 | "url": "[email protected]:peretz/carbon-components-angular.git" |
|
97 | 98 | "commitizen": "2.10.1", |
98 | 99 | "core-js": "2.5.5", |
99 | 100 | "css-loader": "0.28.11", |
| 101 | + "cz-conventional-changelog-components": "1.0.0", |
100 | 102 | "d3": "4.12.0", |
101 | 103 | "event-stream": "3.3.4", |
102 | 104 | "extract-text-webpack-plugin": "3.0.2", |
|
125 | 127 | "run-sequence": "2.2.0", |
126 | 128 | "rxjs": "6.2.2", |
127 | 129 | "sass-loader": "7.0.1", |
128 | | - "semantic-release": "^15.9.6", |
129 | | - "style-loader": "^0.21.0", |
| 130 | + "semantic-release": "15.9.6", |
| 131 | + "style-loader": "0.21.0", |
130 | 132 | "stylelint": "8.4.0", |
131 | 133 | "stylelint-webpack-plugin": "0.10.4", |
132 | 134 | "svgxuse": "1.2.6", |
|
0 commit comments