Skip to content

Commit

Permalink
fix: explicitly depend on the conventionalcommits config
Browse files Browse the repository at this point in the history
  • Loading branch information
Eli Skeggs committed Nov 20, 2019
1 parent c2b1aab commit e2c9c87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"dependencies": {
"@babel/runtime": "^7.7.2",
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
"@commitlint/core": "^8.2.0",
"@semantic-release/error": "^2.1.0"
},
Expand All @@ -31,7 +32,6 @@
"@babel/core": "^7.7.2",
"@babel/plugin-transform-modules-commonjs": "^7.7.0",
"@babel/plugin-transform-runtime": "^7.6.2",
"@commitlint/config-conventional": "^8.2.0",
"@mixmaxhq/commitlint-jenkins": "^1.4.1",
"@mixmaxhq/prettier-config": "^1.0.0",
"@mixmaxhq/semantic-release-config": "^1.2.1",
Expand Down

0 comments on commit e2c9c87

Please sign in to comment.