This commit is contained in:
Jordi Baylina
2018-09-24 12:43:59 +02:00
parent a0e13e9fce
commit cdaa097cf9
2 changed files with 290 additions and 37 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "circom",
"version": "0.0.6",
"version": "0.0.7",
"description": "Language to generate logic circuits",
"main": "index.js",
"directories": {
@@ -38,6 +38,6 @@
"eslint": "^5.0.1",
"eslint-plugin-mocha": "^5.0.0",
"jison": "^0.4.18",
"zksnark": "0.0.10"
"zksnark": "0.0.11"
}
}