Skip to content

Commit

Permalink
Merge pull request #12 from medly/fix/husky
Browse files Browse the repository at this point in the history
fix: downgrade husky version for auto-installing after first installation
  • Loading branch information
gmukul01 authored Jun 15, 2021
2 parents 872277c + 64c5aef commit 7e7c429
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/app/template/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@types/redux-mock-store",
"@types/styled-components",
"axios-mock-adapter",
"husky@4.3.6",
"husky@4.0.0",
"lint-staged",
"npm-run-all",
"redux-devtools-extension",
Expand Down
2 changes: 1 addition & 1 deletion packages/module/template/publishable/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"commitizen",
"cross-env",
"cz-conventional-changelog",
"husky",
"husky@4.0.0",
"jest",
"ts-node"
],
Expand Down

0 comments on commit 7e7c429

Please sign in to comment.