diff --git a/bun.lockb b/bun.lockb index ccdd7aa..68a7243 100644 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index b574b52..5c89849 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,6 @@ "dev": "bun run --watch src/index.ts", "map": "madge --image structure.svg src/index.ts", "lint": "bunx eslint", - "commit": "bun x git-cz", "route:sync": "bun run ./scripts/sync-routes.ts", "env:publish": "bun run ./scripts/create-example-env.ts" }, @@ -31,17 +30,10 @@ "devDependencies": { "@eslint/js": "^9.29.0", "bun-types": "latest", - "commitizen": "^4.3.1", - "cz-emoji": "^1.3.2-canary.2", "eslint": "^9.29.0", "globals": "^16.2.0", "prisma": "^6.7.0", "typescript-eslint": "^8.34.1" }, - "config": { - "commitizen": { - "path": "cz-emoji" - } - }, "module": "src/index.js" }