Skip to content

Commit

Permalink
fix: commitlint and husky
Browse files Browse the repository at this point in the history
Update commitlint and husky to fix an issue that caused comitting to fail with an error.

Signed-off-by: Mike Murray <hellomikemurray@gmail.com>
  • Loading branch information
mikemurray committed Aug 22, 2019
1 parent 162293c commit d018419
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@
"@babel/plugin-transform-runtime": "~7.2.0",
"@babel/preset-env": "~7.3.1",
"@babel/preset-react": "~7.0.0",
"@commitlint/cli": "~7.0.0",
"@commitlint/config-conventional": "~7.0.1",
"@commitlint/cli": "~8.1.0",
"@commitlint/config-conventional": "~8.1.0",
"@reactioncommerce/eslint-config": "~1.9.0",
"adr": "~1.1.1",
"autoprefixer": "~7.1.6",
Expand Down Expand Up @@ -149,7 +149,7 @@
"file-loader": "~1.1.5",
"fs-extra": "~5.0.0",
"html-webpack-plugin": "~2.29.0",
"husky": "~1.0.0-rc.9",
"husky": "~3.0.4",
"ignore-loader": "~0.1.2",
"jest": "~24.1.0",
"jest-junit": "~6.1.0",
Expand Down

0 comments on commit d018419

Please sign in to comment.