diff --git a/.husky/commit-msg b/.husky/commit-msg deleted file mode 100644 index e1b738d..0000000 --- a/.husky/commit-msg +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/env sh - -. "$(dirname -- "$0")/_/husky.sh" - -bun commitlint --edit "${1}" diff --git a/bun.lockb b/bun.lockb index 61657d3..d8b80d0 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index d60df20..78dd207 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,6 @@ "devDependencies": { "@commitlint/cli": "19.0.3", "@commitlint/config-conventional": "19.0.3", - "husky": "9.0.11", "plop": "4.0.1" } }