Skip to content

Commit

Permalink
chore: declare yarn version 1.22.22 in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed May 21, 2024
1 parent 97749fe commit 05abe6c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "[json-rpc-engine](https://github.com/MetaMask/json-rpc-engine) middleware implementing ethereum filter methods. Backed by an [eth-block-tracker](https://github.com/MetaMask/eth-block-tracker) and web3 provider interface (`web3.currentProvider`).",
"main": "index.js",
"engines": {
"node": "^16.20 || ^18.16 || >=20"
"node": "^16.20 || ^18.16 || >=20",
"yarn": "^1.22.22"
},
"scripts": {
"build": "echo 'this does nothing'",
Expand Down Expand Up @@ -54,5 +55,6 @@
"ganache-cli>ethereumjs-util>ethereum-cryptography>keccak": false,
"ganache-cli>ethereumjs-util>ethereum-cryptography>secp256k1": false
}
}
},
"packageManager": "[email protected]"
}

0 comments on commit 05abe6c

Please sign in to comment.