Skip to content

Commit e2d3c59

Browse files
committed
fix: update bundle folder for npm package
1 parent 2387bb3 commit e2d3c59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@trustwallet/wizard-sdk",
33
"version": "0.0.1",
44
"description": "typescript sdk to visualize EIP-712 various protocols, simulate and decode transactions",
5-
"main": "index.js",
5+
"main": "lib/index.js",
66
"repository": "git@github.com:trustwallet/wizard-sdk.git",
77
"author": "Abdou <118254027+a6-dou@users.noreply.github.com>",
88
"license": "BSD",
@@ -31,7 +31,7 @@
3131
"ethers": "^6.1.0"
3232
},
3333
"files": [
34-
"lib/src",
34+
"lib/",
3535
"LICENSE",
3636
"README.md",
3737
"node_module",

0 commit comments

Comments
 (0)