Skip to content

Commit

Permalink
fix: move @commitlint/types dependency to dev dependencies
Browse files Browse the repository at this point in the history
Closes #150.
  • Loading branch information
jdbruijn committed Feb 27, 2021
1 parent 69b7675 commit cbec26a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 9 deletions.
24 changes: 18 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@
"peerDependencies": {
"@commitlint/lint": ">=9.1.2 || 10.x || 11.x || 12.x"
},
"dependencies": {
"@commitlint/types": "12.0.0"
},
"devDependencies": {
"@commitlint/cli": "12.0.0",
"@commitlint/config-conventional": "12.0.0",
Expand All @@ -65,6 +62,7 @@
"@commitlint/load-12.x": "npm:@commitlint/load@12.0.1",
"@commitlint/load-9.x": "npm:@commitlint/load@9.1.2",
"@commitlint/rules": "12.0.0",
"@commitlint/types": "12.0.0",
"@jest/globals": "26.6.2",
"@semantic-release/changelog": "5.0.1",
"@semantic-release/exec": "5.0.0",
Expand Down

0 comments on commit cbec26a

Please sign in to comment.