Skip to content

Commit

Permalink
chore: update git-hooks-list to v4 (#339)
Browse files Browse the repository at this point in the history
* chore: update `git-hooks-list` to v4

* build: fix build script
  • Loading branch information
fisker authored Mar 4, 2025
1 parent 26857d5 commit c583a38
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
2 changes: 0 additions & 2 deletions git-hooks-list_shim.cjs

This file was deleted.

14 changes: 7 additions & 7 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 @@ -40,7 +40,7 @@
"index.cjs"
],
"scripts": {
"build": "esbuild index.js --bundle --platform=node --alias:git-hooks-list=./git-hooks-list_shim.cjs --outfile=./index.cjs",
"build": "esbuild index.js --bundle --platform=node --outfile=index.cjs",
"fix": "eslint . --fix && prettier . --write && node cli.js \"package.json\"",
"lint": "eslint . && prettier . \"!**/*.js\" --check && node cli.js \"package.json\" --check",
"prepare": "husky",
Expand Down Expand Up @@ -77,7 +77,7 @@
"detect-indent": "^7.0.1",
"detect-newline": "^4.0.1",
"get-stdin": "^9.0.0",
"git-hooks-list": "^3.0.0",
"git-hooks-list": "^4.0.0",
"is-plain-obj": "^4.1.0",
"semver": "^7.7.1",
"sort-object-keys": "^1.1.3",
Expand Down

0 comments on commit c583a38

Please sign in to comment.