Skip to content

Commit

Permalink
chore: use pnpm as package management
Browse files Browse the repository at this point in the history
  • Loading branch information
lingcoder committed Jul 19, 2024
1 parent df4628f commit 22a1aaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ PRIVATE_KEY=0xabc123abc123abc123abc123abc123abc123abc123abc123abc123abc123abc1
INFURA_API_KEY=1234567890
ALCHEMY_API_KEY=1234567890
REPORT_GAS=false
DEFAULT_NETWORK=hardhat
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"solidity"
],
"engines": {
"node": ">=20.0.0"
"node": ">=20.0.0",
"pnpm": ">=9.5.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 22a1aaa

Please sign in to comment.