Skip to content

Commit

Permalink
fix package dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
erhant committed May 2, 2024
1 parent c23289d commit 91959c0
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hollowdb-client",
"description": "HollowDB client",
"version": "0.2.3",
"description": "HollowDB Client",
"version": "0.2.4",
"author": "FirstBatch Team <[email protected]>",
"contributors": [
"Faruk Can Özkan <[email protected]>",
Expand Down Expand Up @@ -54,11 +54,8 @@
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"poseidon-lite": "^0.2.0",
"snarkjs": "^0.7.0"
},
"devDependencies": {
"snarkjs": "^0.7.0",
"@parcel/packager-ts": "2.9.3",
"@parcel/transformer-typescript-tsc": "^2.9.3",
"@parcel/transformer-typescript-types": "2.9.3",
Expand Down

0 comments on commit 91959c0

Please sign in to comment.