Skip to content

Commit e2c9c87

Browse files
author
Eli Skeggs
committed
fix: explicitly depend on the conventionalcommits config
1 parent c2b1aab commit e2c9c87

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Diff for: package-lock.json

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

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"dependencies": {
2424
"@babel/runtime": "^7.7.2",
2525
"@commitlint/cli": "^8.2.0",
26+
"@commitlint/config-conventional": "^8.2.0",
2627
"@commitlint/core": "^8.2.0",
2728
"@semantic-release/error": "^2.1.0"
2829
},
@@ -31,7 +32,6 @@
3132
"@babel/core": "^7.7.2",
3233
"@babel/plugin-transform-modules-commonjs": "^7.7.0",
3334
"@babel/plugin-transform-runtime": "^7.6.2",
34-
"@commitlint/config-conventional": "^8.2.0",
3535
"@mixmaxhq/commitlint-jenkins": "^1.4.1",
3636
"@mixmaxhq/prettier-config": "^1.0.0",
3737
"@mixmaxhq/semantic-release-config": "^1.2.1",

0 commit comments

Comments
 (0)