Skip to content

Commit 6329afe

Browse files
committed
updated README
1 parent 688cdf4 commit 6329afe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ Eventually... I got tired of scouring DeFi Docs and God forbid Git repositories
198198
"git": true,
199199
"contractWriteDir": "/lib/__abis__/artifacts",
200200
"ganache": true,
201+
"mocha": true,
201202
"packman": "yarn",
202203
"omitTruffleHdWalletProvider": false,
203204
"ethNodeURL": "wss://mainnet.infura.io/ws/v3/INFURA_URL",
@@ -310,6 +311,8 @@ const PORT = 7545
310311
server.listen(PORT, (err, blockchain) => { })
311312
```
312313
314+
* `mocha` ***bool*** *Whether or not mocha and chai are installed as dev-deps*.
315+
313316
* `packman` ***yarn || npm*** *The package manager going to be used to install said dependencies*
314317
315318
Defaults to yarn, fallbacks to npm if yarn fails.

0 commit comments

Comments
 (0)