Skip to content

Commit

Permalink
fix: package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmikko committed Aug 21, 2023
1 parent 009a1f5 commit 437d374
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,12 @@
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"prettier-plugin-solidity": "^1.0.0-beta.24",
"typechain": "^8.1.1"
"typechain": "^8.1.1",
"@typechain/ethers-v5": "^10.2.1"
},
"prettier": "@gearbox-protocol/prettier-config",
"lint-staged": {
"*.{sol,json,md}": "prettier --write"
},
"dependencies": {
"@typechain/ethers-v5": "^10.2.1"
}
"dependencies": {}
}

0 comments on commit 437d374

Please sign in to comment.