Skip to content

Commit

Permalink
fix import issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsdls committed Jan 17, 2024
1 parent 2f3fbd6 commit 2f42c51
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@
"build": "pnpm clean && tsup --env.NODE_ENV production --minify --format cjs --external hardhat --dts-resolve",
"build:watch": "pnpm run build --watch",
"generate-thirdweb-package": "node scripts/generate-thirdweb-package.js",
"e2e": "jest"
"e2e": "jest",
"push": "yalc push"
},
"files": [
"src/",
Expand Down
10 changes: 10 additions & 0 deletions packages/thirdweb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,16 @@
},
"./package.json": "./package.json"
},
"typesVersions": {
"*": {
"react": [
"./types/react/index.d.ts"
],
"wallets/*": [
"./types/wallets/*.d.ts"
]
}
},
"browser": {
"crypto": false
},
Expand Down

0 comments on commit 2f42c51

Please sign in to comment.