Skip to content

Commit 3b1a9fa

Browse files
authored
Add husky to devDependencies (#77)
1 parent 4d029e1 commit 3b1a9fa

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

package-lock.json

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@
4646
"@axelar-network/axelar-gmp-sdk-solidity": "^5.10.0"
4747
},
4848
"devDependencies": {
49-
"@openzeppelin/contracts": "file:lib/@openzeppelin-contracts"
49+
"@openzeppelin/contracts": "file:lib/@openzeppelin-contracts",
50+
"husky": "^9.1.7"
5051
},
5152
"lint-staged": {
5253
"*.{js,ts}": [

0 commit comments

Comments
 (0)