Commit f8c11f5c authored by Moody Salem's avatar Moody Salem

v1.0.1

parent ea003232
{ {
"name": "@uniswap/v2-sdk", "name": "@uniswap/v2-sdk",
"license": "MIT", "license": "MIT",
"version": "1.0.0", "version": "1.0.1",
"description": "🛠 An SDK for building applications on top of Uniswap V2", "description": "🛠 An SDK for building applications on top of Uniswap V2",
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
...@@ -31,9 +31,9 @@ ...@@ -31,9 +31,9 @@
"@ethersproject/contracts": "^5.0.0" "@ethersproject/contracts": "^5.0.0"
}, },
"optionalDependencies": { "optionalDependencies": {
"@uniswap/v2-core": "^1.0.1",
"@ethersproject/networks": "^5.0.2", "@ethersproject/networks": "^5.0.2",
"@ethersproject/providers": "^5.0.5" "@ethersproject/providers": "^5.0.5",
"@uniswap/v2-core": "^1.0.1"
}, },
"devDependencies": { "devDependencies": {
"@ethersproject/address": "^5.0.2", "@ethersproject/address": "^5.0.2",
......
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