Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

Commit

Permalink
make @codechecks/client peer dep optional (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
clemsos committed Nov 25, 2021
1 parent 7a6c0eb commit c8c10b9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Expand Up @@ -33,6 +33,11 @@
"peerDependencies": {
"@codechecks/client": "^0.1.0"
},
"peerDependenciesMeta": {
"@codechecks/client": {
"optional": true
},
},
"dependencies": {
"@ethersproject/abi": "^5.0.0-beta.146",
"@solidity-parser/parser": "^0.14.0",
Expand Down

0 comments on commit c8c10b9

Please sign in to comment.