We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2387bb3 commit e2d3c59Copy full SHA for e2d3c59
package.json
@@ -2,7 +2,7 @@
2
"name": "@trustwallet/wizard-sdk",
3
"version": "0.0.1",
4
"description": "typescript sdk to visualize EIP-712 various protocols, simulate and decode transactions",
5
- "main": "index.js",
+ "main": "lib/index.js",
6
"repository": "git@github.com:trustwallet/wizard-sdk.git",
7
"author": "Abdou <118254027+a6-dou@users.noreply.github.com>",
8
"license": "BSD",
@@ -31,7 +31,7 @@
31
"ethers": "^6.1.0"
32
},
33
"files": [
34
- "lib/src",
+ "lib/",
35
"LICENSE",
36
"README.md",
37
"node_module",
0 commit comments