Skip to content

Commit

Permalink
Fix circuit package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
SoraSuegami committed Sep 19, 2024
1 parent 8a62db1 commit 3d5cd60
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions packages/circuits/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@zk-email/ether-email-auth-circom",
"license": "MIT",
"version": "1.0.0",
"version": "0.0.2-preview",
"scripts": {
"build": "mkdir -p build && circom src/email_auth.circom --r1cs --wasm --sym -l ../../node_modules -o ./build",
"build-body": "mkdir -p build && circom src/email_auth_with_body_parsing_with_qp_encoding.circom --r1cs --wasm --sym -l ../../node_modules -o ./build",
Expand Down Expand Up @@ -41,5 +41,12 @@
"jest"
]
]
}
},
"files": [
"/src",
"/helpers",
"/scripts",
"package.json",
"README.md"
]
}

0 comments on commit 3d5cd60

Please sign in to comment.