Skip to content

Commit

Permalink
fix(workspace): use older husky version (git hooks / git version issue)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomastrajan committed Jul 12, 2019
1 parent 86dfcb3 commit 08ab925
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 25 deletions.
40 changes: 18 additions & 22 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"standard-version": {
"scripts": {
"precommit": "node sync-version.js"
"precommit": "node sync-version.js && npm run format:write"
}
},
"commitlint": {
Expand Down Expand Up @@ -58,7 +58,7 @@
"@types/jasminewd2": "~2.0.3",
"@types/node": "~8.9.4",
"codelyzer": "^5.0.0",
"husky": "^3.0.0",
"husky": "^2.4.1",
"jasmine-core": "~3.4.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion projects/elements/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"@angular/common": ">6.0.0",
"@angular/core": ">6.0.0"
}
}
}

0 comments on commit 08ab925

Please sign in to comment.