Skip to content

Commit

Permalink
😮 Change packages type to module (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
MiksuJak authored May 28, 2024
1 parent 2dd2302 commit 19c5f84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"repository": "git@github.com:WallfacerLabs/bytecodecaller.git",
"license": "MIT",
"version": "1.2.0",
"type": "module",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/viem/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"repository": "git@github.com:WallfacerLabs/bytecodecaller/viem.git",
"license": "MIT",
"version": "1.1.0",
"type": "module",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
Expand Down

0 comments on commit 19c5f84

Please sign in to comment.