File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed
commitlint-config-angular
commitlint-config-lerna-scopes
commitlint-config-patternplate Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 3
3
"version" : " 3.0.0" ,
4
4
"description" : " Shareable commitlint config enforcing the angular commit convention" ,
5
5
"scripts" : {
6
- "pretest" : " dep-check" ,
7
6
"test" : " exit 0" ,
8
7
"clean" : " exit 0"
9
8
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " commitlint-config-lerna-scopes" ,
3
3
"version" : " 3.0.0" ,
4
- "description" : " Shareable commitlint config enforcing the angular commit convention " ,
4
+ "description" : " Shareable commitlint config enforcing lerna package names as scopes " ,
5
5
"scripts" : {
6
- "pretest" : " dep-check" ,
7
6
"test" : " exit 0" ,
8
7
"clean" : " exit 0"
9
8
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " commitlint-config-patternplate" ,
3
3
"version" : " 3.0.0" ,
4
- "description" : " Shareable commitlint config enforcing the angular commit convention " ,
4
+ "description" : " Lint your commits, patternplate-style " ,
5
5
"scripts" : {
6
- "pretest" : " dep-check" ,
7
6
"test" : " exit 0" ,
8
7
"clean" : " exit 0"
9
8
},
You can’t perform that action at this time.
0 commit comments