fix: failing CI check

add `@waku/peer-exchange` as a dependency to `tests`
This commit is contained in:
danisharora099 2023-01-05 12:54:29 +05:30
parent bcc7c451ed
commit 93b12e59c9
No known key found for this signature in database
GPG Key ID: FBD2BF500037F135
1 changed files with 2 additions and 1 deletions

View File

@ -67,7 +67,8 @@
"@waku/create": "*",
"@waku/enr": "*",
"@waku/interfaces": "*",
"@waku/message-encryption": "*"
"@waku/message-encryption": "*",
"@waku/peer-exchange": "*"
},
"devDependencies": {
"@libp2p/bootstrap": "^5.0.0",