Skip to content

Commit

Permalink
fix(package): add lib directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubilmax committed Oct 4, 2024
1 parent 81297f9 commit 6428fe2
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
},
"license": "MIT",
"type": "module",
"main": "lib/index.js",
"files": [
"lib/*"
],
"scripts": {
"prepare": "husky",
"lint": "biome check",
Expand All @@ -24,15 +28,15 @@
"keywords": [
"viem",
"deal",
"hardhat",
"anvil",
"test",
"hardhat",
"network",
"cheat",
"rpc",
"erc20"
],
"peerDependencies": {
"viem": "^2.21.0"
"viem": "^2.21.18"
},
"devDependencies": {
"@biomejs/biome": "^1.9.3",
Expand Down

0 comments on commit 6428fe2

Please sign in to comment.