mirror of
https://github.com/arnaucube/circom.git
synced 2026-02-06 18:56:40 +01:00
fix issues with npm and from-source installs
This commit is contained in:
@@ -30,13 +30,14 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"big-integer": "^1.6.32",
|
||||
"optimist": "^0.6.1"
|
||||
"optimist": "^0.6.1",
|
||||
"yargs": "^12.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"chai": "^4.1.2",
|
||||
"eslint": "^5.0.1",
|
||||
"eslint-plugin-mocha": "^5.0.0",
|
||||
"jison": "^0.4.18",
|
||||
"zksnark": "0.0.6"
|
||||
"zksnark": "0.0.10"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user