Commit 81c1c41f authored by Noah Zinsmeister's avatar Noah Zinsmeister

v2.0.0-beta.14

parent 05a05c5a
{ {
"name": "@uniswap/sdk", "name": "@uniswap/sdk",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"version": "2.0.0-beta.13", "version": "2.0.0-beta.14",
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
"files": [ "files": [
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
], ],
"module": "dist/sdk.esm.js", "module": "dist/sdk.esm.js",
"scripts": { "scripts": {
"lint": "tsdx lint", "lint": "tsdx lint src test",
"build": "tsdx build", "build": "tsdx build",
"start": "tsdx watch", "start": "tsdx watch",
"test": "tsdx test" "test": "tsdx test"
......
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