Skip to content

Commit 62310d5

Browse files
committed
fix: remove husky prepare script to resolve publishing issues
- Remove prepare script that was causing husky command not found error during publishing - Version bump to 1.0.3 to reflect the fix - Publishing process now works without husky dependency conflicts
1 parent 6aff8a4 commit 62310d5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hiddentao/zip-json",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Zip files and folders into JSON format for Bun native binaries with runtime extraction - perfect for embedding Drizzle ORM scripts",
55
"keywords": [
66
"zip",
@@ -57,7 +57,6 @@
5757
"check": "biome check ./src ./tests",
5858
"prepublishOnly": "bun run build && bun run test:coverage",
5959
"postbuild": "chmod +x bin/zip-json.js",
60-
"prepare": "husky",
6160
"commit": "cz"
6261
},
6362
"dependencies": {

0 commit comments

Comments
 (0)