Skip to content

Commit

Permalink
fix: Fix type-extensions missing in files
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista committed Nov 27, 2023
1 parent b0ae08f commit 17c4a8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/utils-evm-hardhat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"./dist/index.*"
"./dist/index.*",
"./dist/type-extensions.*"
],
"scripts": {
"prebuild": "npx tsc --noEmit -p tsconfig.build.json",
Expand Down

0 comments on commit 17c4a8c

Please sign in to comment.