Commit 2b54a8c1 authored by Moody Salem's avatar Moody Salem

just make peerDependencies into dependencies

parent 91d9b42b
...@@ -22,17 +22,13 @@ ...@@ -22,17 +22,13 @@
"prepublishOnly": "tsdx build" "prepublishOnly": "tsdx build"
}, },
"dependencies": { "dependencies": {
"@ethersproject/address": "^5.0.0",
"@ethersproject/solidity": "^5.0.0",
"@uniswap/sdk-core": "^1.0.8", "@uniswap/sdk-core": "^1.0.8",
"tiny-invariant": "^1.1.0", "tiny-invariant": "^1.1.0",
"tiny-warning": "^1.0.3" "tiny-warning": "^1.0.3"
}, },
"peerDependencies": {
"@ethersproject/address": "^5.0.0",
"@ethersproject/solidity": "^5.0.0"
},
"devDependencies": { "devDependencies": {
"@ethersproject/address": "^5.0.0",
"@ethersproject/solidity": "^5.0.0",
"@types/big.js": "^4.0.5", "@types/big.js": "^4.0.5",
"@types/jest": "^24.0.25", "@types/jest": "^24.0.25",
"@uniswap/v2-core": "^1.0.1", "@uniswap/v2-core": "^1.0.1",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment