Skip to content

Commit

Permalink
chore: update husky dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed Apr 23, 2024
1 parent 52b0ebd commit 147b7ad
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
1 change: 0 additions & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx --no-install commitlint --edit $1
1 change: 0 additions & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx --no-install lint-staged
12 changes: 6 additions & 6 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 @@ -34,7 +34,7 @@
"lint:js": "eslint *.js",
"lint:css": "stylelint src/**/*.css",
"lint": "npm run lint:md && npm run lint:js && npm run lint:css",
"prepare": "husky install"
"prepare": "husky"
},
"dependencies": {
"@11ty/eleventy": "^2.0.0",
Expand All @@ -48,7 +48,7 @@
"@commitlint/config-conventional": "^19.0.0",
"eslint": "^8.25.0",
"eslint-config-standard": "^17.0.0",
"husky": "^8.0.0",
"husky": "^9.0.0",
"lint-staged": "^15.0.0",
"markdownlint-cli": "^0.39.0",
"stylelint": "^16.0.0",
Expand Down

0 comments on commit 147b7ad

Please sign in to comment.