Skip to content

Commit

Permalink
revert(proof): remove resolutions and overrides fields
Browse files Browse the repository at this point in the history
overrides only works with NPM and both overrides and resolutions works if they are in the project
root package.json. So they don't solve #713.

re #713
  • Loading branch information
cedoor committed Mar 19, 2024
1 parent 7102d0a commit b77feeb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/proof/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,5 @@
"@zk-kit/utils": "0.8.1",
"ethers": "6.10.0",
"snarkjs": "0.7.3"
},
"resolutions": {
"web-worker": "1.2.0"
},
"overrides": {
"web-worker": "1.2.0"
}
}

0 comments on commit b77feeb

Please sign in to comment.