Skip to content

Commit

Permalink
Fix husky deprecation notice (#23)
Browse files Browse the repository at this point in the history
Requires: #26  for linting fixes

Introduced in v9.0.1

Ref: https://github.com/typicode/husky/releases/tag/v9.0.1
  • Loading branch information
b-n authored Oct 21, 2024
1 parent a03b0df commit efacba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "twc-site-nl",
"description": "This repository is responsible for most content visible on the website [techwerkers.nl](https://techwerkers.nl). The site is made with a static site generator called [Jekyll](https://jekyllrb.com/) in a language called Ruby.",
"scripts": {
"prepare": "husky install"
"prepare": "husky"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit efacba3

Please sign in to comment.