Skip to content
This repository has been archived by the owner on Jun 3, 2022. It is now read-only.

Commit

Permalink
moved defichain to peerDependencies (#486)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh authored Oct 22, 2021
1 parent d4c3176 commit 2d45f44
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
12 changes: 7 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion packages/whale-api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
"@defichain/jellyfish-api-core": "^0.48.1",
"abort-controller": "^3.0.0",
"cross-fetch": "^3.1.2",
"defichain": "^0.48.1",
"url-search-params-polyfill": "8.1.1"
},
"peerDependencies": {
"defichain": "^0.48.1"
}
}
4 changes: 3 additions & 1 deletion packages/whale-api-wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@
"dependencies": {
"@defichain/jellyfish-transaction-builder": "^0.48.1",
"@defichain/jellyfish-wallet": "^0.48.1",
"@defichain/whale-api-client": "0.0.0",
"@defichain/whale-api-client": "0.0.0"
},
"peerDependencies": {
"defichain": "^0.48.1"
}
}

0 comments on commit 2d45f44

Please sign in to comment.