Skip to content

Commit

Permalink
Merge pull request #161 from vansergen/dependabot/npm_and_yarn/husky-…
Browse files Browse the repository at this point in the history
…9.0.11

devDependencies: bump husky from 8.0.3 to 9.0.11
  • Loading branch information
vansergen committed Mar 15, 2024
2 parents 64433d8 + 7214107 commit eb4fc2f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 14 deletions.
3 changes: 0 additions & 3 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

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

npx 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 @@ -29,7 +29,7 @@
"postpublish": "npm run build:remove",
"prebuild": "npm run build:remove",
"preinstall:clean": "rm -rf node_modules package-lock.json",
"prepare": "husky install",
"prepare": "husky",
"prepublishOnly": "npm run build",
"prettier": "prettier -c .",
"prettier:write": "prettier -c -w .",
Expand All @@ -46,7 +46,7 @@
"@types/mocha": "^10.0.6",
"c8": "^9.1.0",
"eslint-config-binden-ts": "^2.0.0",
"husky": "^8.0.3",
"husky": "^9.0.11",
"lint-staged": "^15.2.0",
"mocha": "^10.2.0",
"prettier": "^3.2.4",
Expand Down

0 comments on commit eb4fc2f

Please sign in to comment.