Skip to content

Commit 75ef0ad

Browse files
authored
Merge pull request #1 from supermemoryai/nexxeln/remove-git-hooks
Remove simple-git-hooks configuration
2 parents 2423fb4 + 7d62cfe commit 75ef0ad

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

bun.lock

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"@types/bun": "^1.3.4",
1010
"bumpp": "^10.3.2",
1111
"bunup": "^0.16.10",
12-
"simple-git-hooks": "^2.13.1",
1312
"typescript": "^5.9.3",
1413
},
1514
"peerDependencies": {
@@ -263,8 +262,6 @@
263262

264263
"semver": ["[email protected]", "", { "bin": { "semver": "bin/semver.js" } }, "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q=="],
265264

266-
"simple-git-hooks": ["[email protected]", "", { "bin": { "simple-git-hooks": "cli.js" } }, "sha512-WszCLXwT4h2k1ufIXAgsbiTOazqqevFCIncOuUBZJ91DdvWcC5+OFkluWRQPrcuSYd8fjq+o2y1QfWqYMoAToQ=="],
267-
268265
"std-env": ["[email protected]", "", {}, "sha512-5GS12FdOZNliM5mAOxFRg7Ir0pWz8MdpYm6AY6VPkGpbA7ZzmbzNcBJQ0GPvvyWgcY7QAhCgf9Uy89I03faLkg=="],
269266

270267
"strip-json-comments": ["[email protected]", "", {}, "sha512-1tB5mhVo7U+ETBKNf92xT4hrQa3pm0MZ0PQvuDnWgAAGHDsfp4lPSpiS6psrSiet87wyGPh9ft6wmhOMQ0hDiw=="],

package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"scripts": {
1818
"build": "bunup",
1919
"dev": "bunup --watch",
20-
"postinstall": "bun simple-git-hooks",
2120
"lint": "biome check .",
2221
"lint:fix": "biome check --write .",
2322
"release": "bumpp --commit --push --tag",
@@ -31,7 +30,6 @@
3130
"@types/bun": "^1.3.4",
3231
"bumpp": "^10.3.2",
3332
"bunup": "^0.16.10",
34-
"simple-git-hooks": "^2.13.1",
3533
"typescript": "^5.9.3"
3634
},
3735
"peerDependencies": {
@@ -53,8 +51,5 @@
5351
"./package.json": "./package.json"
5452
},
5553
"module": "./dist/index.js",
56-
"simple-git-hooks": {
57-
"pre-commit": "bun run lint && bun run type-check"
58-
},
5954
"types": "./dist/index.d.ts"
6055
}

0 commit comments

Comments
 (0)