diff --git a/bun.lockb b/bun.lockb index 82538e01..030b8e39 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index b8d5126e..caea5ff9 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "pub": "npm publish --access public", "prepare": "husky install", "wikiCheck": "bun ./scripts/wikiCheck.ts", - "postinstall": "bunx patch-package" + "postinstall": "patch-package" }, "files": [ "build", @@ -47,7 +47,8 @@ "prettier-plugin-solidity": "^1.0.0-beta.24", "ts-node": "^10.9.2", "typescript": "^5.4.5", - "viem": "^2.12.0" + "viem": "^2.12.0", + "patch-package": "^8.0.0" }, "dependencies": { "@ensdomains/buffer": "^0.1.1",