Skip to content

Commit

Permalink
chore: add packageManager field
Browse files Browse the repository at this point in the history
to pin pnpm@7
  • Loading branch information
sxzz committed Apr 19, 2023
1 parent 136c402 commit effb618
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "viem",
"description": "TypeScript Interface for Ethereum",
"version": "0.3.3",
"packageManager": "[email protected]",
"scripts": {
"anvil": "dotenv -- sh -c 'anvil --fork-url $VITE_ANVIL_FORK_URL --fork-block-number $VITE_ANVIL_BLOCK_NUMBER --block-time $VITE_ANVIL_BLOCK_TIME'",
"bench": "vitest bench --no-threads",
Expand Down

0 comments on commit effb618

Please sign in to comment.