Skip to content

Commit

Permalink
fix: make uniswap deps optional
Browse files Browse the repository at this point in the history
  • Loading branch information
extg3 committed Aug 16, 2024
1 parent 9b162f6 commit 31df18f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 13 deletions.
22 changes: 12 additions & 10 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"license": "MIT",
"scripts": {
"commit": "cz",
"build": "nx run-many --target=build --all",
"release": "nx release --skip-publish",
"local-registry": "nx run ditto-network:local-registry",
"prepare": "husky"
Expand Down
8 changes: 5 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,16 @@
"version": "0.9.13",
"homepage": "https://dittonetwork.io",
"dependencies": {
"@uniswap/sdk-core": "^3.2.6",
"@uniswap/smart-order-router": "3.16.26",
"@uniswap/v3-sdk": "^3.10.0",
"ethers": "6.11.1",
"ethers5": "npm:[email protected]",
"fetch-ponyfill": "7.1.0",
"rambda": "^9.2.0"
},
"peerDependencies": {
"@uniswap/sdk-core": "^3.2.6",
"@uniswap/smart-order-router": "3.16.26",
"@uniswap/v3-sdk": "^3.10.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dittonetwork/sdk-js.git"
Expand Down

0 comments on commit 31df18f

Please sign in to comment.