Skip to content

Commit

Permalink
Update ESM Structure
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Apr 29, 2023
1 parent 1542ebf commit 1988746
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 6 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test": "jest",
"lint": "eslint -c .eslintrc.json --ext .ts ./src",
"pub": "pnpm publish --no-git-checks",
"build": "tsup ./src/index.ts --dts --format esm,cjs"
"build": "tsup ./src/index.ts ./src/react/index.ts --dts --format esm,cjs"
},
"keywords": [],
"author": "V3X Labs",
Expand All @@ -27,6 +27,7 @@
"ethers": "^5",
"jest": "^29.4.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"tsup": "^6.5.0",
Expand Down
30 changes: 25 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1988746

Please sign in to comment.