diff --git a/packages/apis/package.json b/packages/apis/package.json index 36690fb..e8ff170 100644 --- a/packages/apis/package.json +++ b/packages/apis/package.json @@ -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": { diff --git a/packages/circom/README.md b/packages/circom/README.md new file mode 100644 index 0000000..5a6589a --- /dev/null +++ b/packages/circom/README.md @@ -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. + \ No newline at end of file diff --git a/packages/circom/package.json b/packages/circom/package.json index 8c2af97..41097dc 100644 --- a/packages/circom/package.json +++ b/packages/circom/package.json @@ -11,7 +11,7 @@ ], "scripts": { "test": "jest", - "publish": "yarn npm publish --access=public" + "publish": "yarn publish --access=public" }, "dependencies": { "commander": "^11.0.0", diff --git a/packages/compiler/package.json b/packages/compiler/package.json index fe2da63..eccb418 100644 --- a/packages/compiler/package.json +++ b/packages/compiler/package.json @@ -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": {