mirror of
https://github.com/tornadocash/tornado-core.git
synced 2024-10-01 01:06:17 -04:00
fix bug
This commit is contained in:
parent
d1bbf64fdf
commit
de376529ab
@ -13,13 +13,14 @@
|
||||
"test": "npx truffle test",
|
||||
"migrate": "npx truffle migrate --network kovan --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": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"bn-chai": "^1.0.1",
|
||||
"browserify": "^16.3.0",
|
||||
"chai": "^4.2.0",
|
||||
"chai-as-promised": "^7.1.1",
|
||||
"circom": "0.0.30",
|
||||
|
Loading…
Reference in New Issue
Block a user