Skip to content

Commit

Permalink
Merge pull request #403 from ensdomains/fixup-postinstall
Browse files Browse the repository at this point in the history
fixup postinstall by running patch-package as a dep
  • Loading branch information
talentlessguy authored Jan 17, 2025
2 parents 5421b56 + a4c77b8 commit ea9941a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Binary file modified bun.lockb
Binary file not shown.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"pub": "npm publish --access public",
"prepare": "husky install",
"wikiCheck": "bun ./scripts/wikiCheck.ts",
"postinstall": "npx patch-package"
"postinstall": "patch-package"
},
"files": [
"build",
Expand Down Expand Up @@ -47,13 +47,14 @@
"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"
},
"dependencies": {
"@ensdomains/buffer": "^0.1.1",
"@ensdomains/solsha1": "0.0.3",
"@openzeppelin/contracts": "^4.1.0",
"dns-packet": "^5.3.0"
"dns-packet": "^5.3.0",
"patch-package": "^8.0.0"
},
"directories": {
"test": "test"
Expand Down

0 comments on commit ea9941a

Please sign in to comment.