Skip to content

Commit c583a38

Browse files
authored
chore: update git-hooks-list to v4 (#339)
* chore: update `git-hooks-list` to v4 * build: fix build script
1 parent 26857d5 commit c583a38

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-11
lines changed

git-hooks-list_shim.cjs

-2
This file was deleted.

package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"index.cjs"
4141
],
4242
"scripts": {
43-
"build": "esbuild index.js --bundle --platform=node --alias:git-hooks-list=./git-hooks-list_shim.cjs --outfile=./index.cjs",
43+
"build": "esbuild index.js --bundle --platform=node --outfile=index.cjs",
4444
"fix": "eslint . --fix && prettier . --write && node cli.js \"package.json\"",
4545
"lint": "eslint . && prettier . \"!**/*.js\" --check && node cli.js \"package.json\" --check",
4646
"prepare": "husky",
@@ -77,7 +77,7 @@
7777
"detect-indent": "^7.0.1",
7878
"detect-newline": "^4.0.1",
7979
"get-stdin": "^9.0.0",
80-
"git-hooks-list": "^3.0.0",
80+
"git-hooks-list": "^4.0.0",
8181
"is-plain-obj": "^4.1.0",
8282
"semver": "^7.7.1",
8383
"sort-object-keys": "^1.1.3",

0 commit comments

Comments
 (0)