Skip to content

Commit

Permalink
fix types issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zemse committed Mar 16, 2024
1 parent 4d5855b commit 905d4f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ultralane/sdk",
"version": "0.1.3",
"version": "0.1.4",
"license": "MIT",
"author": "Soham Zemse",
"publishConfig": {"access": "public"},
Expand All @@ -16,7 +16,7 @@
"contracts:update": "rm -rf src/contracts/deployments src/contracts/typechain-types && mkdir -p src/contracts && mkdir -p src/contracts && cp -r ../contracts/typechain-types src/contracts/. && cp -r ../contracts/deployments src/contracts/.",
"build": "dts build && cp -r dist/sdk/src/. dist",
"lint": "dts lint",
"prepare": "dts build",
"prepare": "pnpm build",
"size": "size-limit",
"start": "dts watch",
"test": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" dts test"
Expand Down

0 comments on commit 905d4f6

Please sign in to comment.