Skip to content

Commit

Permalink
fix: update bundle folder for npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
a6-dou committed Mar 28, 2023
1 parent 2387bb3 commit e2d3c59
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
Expand Up @@ -2,7 +2,7 @@
"name": "@trustwallet/wizard-sdk",
"version": "0.0.1",
"description": "typescript sdk to visualize EIP-712 various protocols, simulate and decode transactions",
"main": "index.js",
"main": "lib/index.js",
"repository": "git@github.com:trustwallet/wizard-sdk.git",
"author": "Abdou <118254027+a6-dou@users.noreply.github.com>",
"license": "BSD",
Expand Down Expand Up @@ -31,7 +31,7 @@
"ethers": "^6.1.0"
},
"files": [
"lib/src",
"lib/",
"LICENSE",
"README.md",
"node_module",
Expand Down

0 comments on commit e2d3c59

Please sign in to comment.