Skip to content

Commit

Permalink
fix(adapter-nostr-relaypool): add kernel as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jiftechnify committed May 31, 2023
1 parent 0379a16 commit ae22ff2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/adapter-nostr-relaypool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
"build:modules": "node build.js",
"build:types": "tsc -p tsconfig.build.json || exit 0"
},
"dependencies": {
"@nostr-fetch/kernel": "^0.6.0"
},
"peerDependencies": {
"nostr-fetch": "^0.6.0",
"nostr-relaypool": "^0.6.28"
Expand Down

0 comments on commit ae22ff2

Please sign in to comment.