Skip to content

Commit

Permalink
build: pin version of commitlint due to a bug in the latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanraj-r committed Aug 19, 2020
1 parent 7c85a42 commit 050488f
Show file tree
Hide file tree
Showing 2 changed files with 497 additions and 1,697 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -62,8 +62,8 @@
"@babel/core": "^7.11.1",
"@babel/preset-env": "^7.11.0",
"@babel/preset-typescript": "^7.10.4",
"@commitlint/cli": "^9.1.1",
"@commitlint/config-conventional": "^9.1.1",
"@commitlint/cli": "9.1.1",
"@commitlint/config-conventional": "9.1.1",
"@types/jest": "^26.0.10",
"@types/node": "^14.6.0",
"@typescript-eslint/eslint-plugin": "^2.33.0",
Expand Down

0 comments on commit 050488f

Please sign in to comment.