Skip to content

Commit

Permalink
Fix publishing missing types
Browse files Browse the repository at this point in the history
  • Loading branch information
gndelia committed May 8, 2024
1 parent 18dc6b9 commit 0e5c427
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/eth-rpc-cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eth-rpc-cache",
"version": "0.0.1",
"version": "0.0.2",
"description": "A simple cache for Ethereum RPC requests",
"keywords": [
"cache",
Expand Down Expand Up @@ -38,5 +38,6 @@
"ts-node": "10.9.2",
"typescript": "5.4.5"
},
"type": "module"
"type": "module",
"types": "dist/index.d.ts"
}
1 change: 1 addition & 0 deletions packages/eth-rpc-cache/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"compilerOptions": {
"allowJs": false,
"baseUrl": "./src",
"declaration": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"incremental": true,
Expand Down

0 comments on commit 0e5c427

Please sign in to comment.