Skip to content

Commit

Permalink
Add circom package README.
Browse files Browse the repository at this point in the history
  • Loading branch information
SoraSuegami committed Oct 5, 2023
1 parent d74707c commit 41748b8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/apis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"build-release": "npm run build -- --release",
"install": "npm run build-release",
"test": "cargo test",
"publish": "yarn npm publish --access=public"
"publish": "yarn publish --access=public"
},
"license": "MIT",
"devDependencies": {
Expand Down
5 changes: 5 additions & 0 deletions packages/circom/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# zk-regex-circom

Circom circuits for regex verification in [zk-regex](https://github.com/zkemail/zk-regex/tree/main).
This package contains circom circuits and decomposed regex definitions for common regexes in `./circuits/common` folder.

2 changes: 1 addition & 1 deletion packages/circom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"scripts": {
"test": "jest",
"publish": "yarn npm publish --access=public"
"publish": "yarn publish --access=public"
},
"dependencies": {
"commander": "^11.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"build-release": "npm run build -- --release",
"install": "npm run build-release",
"test": "cargo test",
"publish": "yarn npm publish --access=public"
"publish": "yarn publish --access=public"
},
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit 41748b8

Please sign in to comment.