mirror of
https://github.com/tornadocash/tornado-core.git
synced 2024-12-26 06:49:22 -05:00
fix bug
This commit is contained in:
parent
d1bbf64fdf
commit
de376529ab
@ -13,13 +13,14 @@
|
|||||||
"test": "npx truffle test",
|
"test": "npx truffle test",
|
||||||
"migrate": "npx truffle migrate --network kovan --reset",
|
"migrate": "npx truffle migrate --network kovan --reset",
|
||||||
"migrate:dev": "npx truffle migrate --network development --reset",
|
"migrate:dev": "npx truffle migrate --network development --reset",
|
||||||
"browserify": "browserify cli.js -o index.js --exclude worker_threads"
|
"browserify": "npx browserify cli.js -o index.js --exclude worker_threads"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bn-chai": "^1.0.1",
|
"bn-chai": "^1.0.1",
|
||||||
|
"browserify": "^16.3.0",
|
||||||
"chai": "^4.2.0",
|
"chai": "^4.2.0",
|
||||||
"chai-as-promised": "^7.1.1",
|
"chai-as-promised": "^7.1.1",
|
||||||
"circom": "0.0.30",
|
"circom": "0.0.30",
|
||||||
|
Loading…
Reference in New Issue
Block a user