Skip to content

Commit 6dc909e

Browse files
committed
chore: remove dep-test from config mirrors
1 parent 455b092 commit 6dc909e

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

@commitlint/commitlint-config-angular/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"version": "3.0.0",
44
"description": "Shareable commitlint config enforcing the angular commit convention",
55
"scripts": {
6-
"pretest": "dep-check",
76
"test": "exit 0",
87
"clean": "exit 0"
98
},

@commitlint/commitlint-config-lerna-scopes/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
22
"name": "commitlint-config-lerna-scopes",
33
"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",
55
"scripts": {
6-
"pretest": "dep-check",
76
"test": "exit 0",
87
"clean": "exit 0"
98
},

@commitlint/commitlint-config-patternplate/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
22
"name": "commitlint-config-patternplate",
33
"version": "3.0.0",
4-
"description": "Shareable commitlint config enforcing the angular commit convention",
4+
"description": "Lint your commits, patternplate-style",
55
"scripts": {
6-
"pretest": "dep-check",
76
"test": "exit 0",
87
"clean": "exit 0"
98
},

0 commit comments

Comments
 (0)