Skip to content

Commit

Permalink
Move husky to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ericglau committed Feb 3, 2025
1 parent 32ba778 commit 03b47a8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"!**/*.test.*"
],
"scripts": {
"prepare": "yarn global add husky && tsc && node dist/scripts/prepare.js",
"prepare": "husky && tsc && node dist/scripts/prepare.js",
"prepublish": "rimraf dist *.tsbuildinfo && hardhat clean",
"test": "ava",
"test:watch": "ava --watch",
Expand All @@ -34,6 +34,7 @@
"semver": "^7.6.0",
"solidity-ast": "^0.4.18",
"ts-node": "^10.4.0",
"typescript": "^5.0.0"
"typescript": "^5.0.0",
"husky": "^9.1.7"
}
}
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2664,6 +2664,11 @@ https-proxy-agent@^5.0.0:
agent-base "6"
debug "4"

husky@^9.1.7:
version "9.1.7"
resolved "https://registry.yarnpkg.com/husky/-/husky-9.1.7.tgz#d46a38035d101b46a70456a850ff4201344c0b2d"
integrity sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==

[email protected]:
version "0.4.24"
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b"
Expand Down

0 comments on commit 03b47a8

Please sign in to comment.