Skip to content

Commit

Permalink
chore(deps): bump husky
Browse files Browse the repository at this point in the history
  • Loading branch information
limulus committed May 10, 2024
1 parent 5fa7f09 commit 9353bca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
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 @@ -26,7 +26,7 @@
"clean": "del *.tsbuildinfo coverage dist",
"lint": "eslint *.js src",
"prepack": "npm run build",
"prepare": "is-ci || husky install",
"prepare": "is-ci || husky",
"test": "vitest",
"tscc": "tsc --noEmit",
"verify": "concurrently -c cyan,magenta,blue npm:lint npm:test npm:tscc"
Expand Down Expand Up @@ -57,7 +57,7 @@
"concurrently": "^8.2.2",
"del-cli": "^5.1.0",
"eslint": "^8.52.0",
"husky": "^8.0.3",
"husky": "^9.0.11",
"is-ci": "^3.0.1",
"mkdirp": "^3.0.1",
"semantic-release": "^22.0.5",
Expand Down

0 comments on commit 9353bca

Please sign in to comment.