diff --git a/bun.lock b/bun.lock index 736942b..df7a185 100644 --- a/bun.lock +++ b/bun.lock @@ -9,7 +9,6 @@ "@types/bun": "^1.3.4", "bumpp": "^10.3.2", "bunup": "^0.16.10", - "simple-git-hooks": "^2.13.1", "typescript": "^5.9.3", }, "peerDependencies": { @@ -263,8 +262,6 @@ "semver": ["semver@7.7.3", "", { "bin": { "semver": "bin/semver.js" } }, "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q=="], - "simple-git-hooks": ["simple-git-hooks@2.13.1", "", { "bin": { "simple-git-hooks": "cli.js" } }, "sha512-WszCLXwT4h2k1ufIXAgsbiTOazqqevFCIncOuUBZJ91DdvWcC5+OFkluWRQPrcuSYd8fjq+o2y1QfWqYMoAToQ=="], - "std-env": ["std-env@3.10.0", "", {}, "sha512-5GS12FdOZNliM5mAOxFRg7Ir0pWz8MdpYm6AY6VPkGpbA7ZzmbzNcBJQ0GPvvyWgcY7QAhCgf9Uy89I03faLkg=="], "strip-json-comments": ["strip-json-comments@5.0.3", "", {}, "sha512-1tB5mhVo7U+ETBKNf92xT4hrQa3pm0MZ0PQvuDnWgAAGHDsfp4lPSpiS6psrSiet87wyGPh9ft6wmhOMQ0hDiw=="], diff --git a/package.json b/package.json index 1751023..f006d3e 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,6 @@ "scripts": { "build": "bunup", "dev": "bunup --watch", - "postinstall": "bun simple-git-hooks", "lint": "biome check .", "lint:fix": "biome check --write .", "release": "bumpp --commit --push --tag", @@ -31,7 +30,6 @@ "@types/bun": "^1.3.4", "bumpp": "^10.3.2", "bunup": "^0.16.10", - "simple-git-hooks": "^2.13.1", "typescript": "^5.9.3" }, "peerDependencies": { @@ -53,8 +51,5 @@ "./package.json": "./package.json" }, "module": "./dist/index.js", - "simple-git-hooks": { - "pre-commit": "bun run lint && bun run type-check" - }, "types": "./dist/index.d.ts" }