Skip to content

Commit

Permalink
Add husky to devDependencies (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericglau authored Feb 3, 2025
1 parent 4d029e1 commit 3b1a9fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
"@axelar-network/axelar-gmp-sdk-solidity": "^5.10.0"
},
"devDependencies": {
"@openzeppelin/contracts": "file:lib/@openzeppelin-contracts"
"@openzeppelin/contracts": "file:lib/@openzeppelin-contracts",
"husky": "^9.1.7"
},
"lint-staged": {
"*.{js,ts}": [
Expand Down

0 comments on commit 3b1a9fa

Please sign in to comment.