Skip to content

Commit

Permalink
Merge pull request #4 from bloq/fix-wrong-publishing
Browse files Browse the repository at this point in the history
Fix publishing missing types
  • Loading branch information
gndelia authored May 8, 2024
2 parents 18dc6b9 + 0e5c427 commit a1daffb
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 a1daffb

Please sign in to comment.