Skip to content

Commit

Permalink
chore(deps): update dependency husky to v9 fix #10
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Feb 23, 2024
1 parent de54a75 commit 6d12818
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "1.3.2",
"description": "Read and modify the contents of package.json.",
"scripts": {
"prepare": "husky install && npm run build",
"prepare": "husky",
"build": "ncc build src/index.ts -o lib",
"watch": "ncc watch src/index.ts -o lib"
},
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@kkt/ncc": "~1.1.0",
"husky": "^8.0.3",
"husky": "^9.0.11",
"lint-staged": "^13.1.2"
}
}
}

0 comments on commit 6d12818

Please sign in to comment.