Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Add module and jsbi to package.json #55

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "@uniswap/router-sdk",
"version": "1.7.1",
"version": "1.7.2",
"description": "An sdk for routing swaps using Uniswap v2 and Uniswap v3.",
"publishConfig": {
"access": "public"
},
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"module": "dist/router-sdk.esm.js",
"files": [
"dist"
],
Expand All @@ -30,7 +31,8 @@
"@uniswap/sdk-core": "^4.0.7",
"@uniswap/swap-router-contracts": "^1.1.0",
"@uniswap/v2-sdk": "^3.2.0",
"@uniswap/v3-sdk": "^3.10.0"
"@uniswap/v3-sdk": "^3.10.0",
"jsbi": "^3.1.4"
},
"devDependencies": {
"@types/jest": "^24.0.25",
Expand Down