File tree Expand file tree Collapse file tree 4 files changed +542
-67
lines changed Expand file tree Collapse file tree 4 files changed +542
-67
lines changed Original file line number Diff line number Diff line change 1+ #! /bin/sh
2+ . " $( dirname " $0 " ) /_/husky.sh"
3+
4+ npx --no-install commitlint --edit " "
Original file line number Diff line number Diff line change 1+ module . exports = { extends : [ '@commitlint/config-conventional' ] }
Original file line number Diff line number Diff line change 1515 "ethers" : " ^5.4.4"
1616 },
1717 "devDependencies" : {
18+ "@commitlint/cli" : " ^13.2.1" ,
19+ "@commitlint/config-conventional" : " ^13.2.0" ,
1820 "@ethersproject/contracts" : " ^5.4.1" ,
1921 "@ethersproject/experimental" : " ^5.4.0" ,
2022 "@ethersproject/transactions" : " ^5.4.0" ,
6264 "hardhat-gas-reporter" : " ^1.0.4" ,
6365 "hardhat-storage-layout" : " 0.1.6" ,
6466 "hardhat-tracer" : " ^1.0.0-alpha.6" ,
65- "husky" : " ^4.3.8 " ,
67+ "husky" : " ^7.0.2 " ,
6668 "inquirer" : " ^8.0.0" ,
6769 "ipfs-http-client" : " 47.0.1" ,
6870 "isomorphic-fetch" : " ^3.0.0" ,
You can’t perform that action at this time.
0 commit comments