Skip to content

Commit cbec26a

Browse files
committed
fix: move @commitlint/types dependency to dev dependencies
Closes #150.
1 parent 69b7675 commit cbec26a

File tree

2 files changed

+19
-9
lines changed

2 files changed

+19
-9
lines changed

package-lock.json

+18-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@
5050
"peerDependencies": {
5151
"@commitlint/lint": ">=9.1.2 || 10.x || 11.x || 12.x"
5252
},
53-
"dependencies": {
54-
"@commitlint/types": "12.0.0"
55-
},
5653
"devDependencies": {
5754
"@commitlint/cli": "12.0.0",
5855
"@commitlint/config-conventional": "12.0.0",
@@ -65,6 +62,7 @@
6562
"@commitlint/load-12.x": "npm:@commitlint/[email protected]",
6663
"@commitlint/load-9.x": "npm:@commitlint/[email protected]",
6764
"@commitlint/rules": "12.0.0",
65+
"@commitlint/types": "12.0.0",
6866
"@jest/globals": "26.6.2",
6967
"@semantic-release/changelog": "5.0.1",
7068
"@semantic-release/exec": "5.0.0",

0 commit comments

Comments
 (0)