mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-02 17:03:36 +00:00
2543acad75
BREAKING CHANGE: Remove support for specifying the versions of `web3` and `ipfs-api` in a project's `embark.json`.
20 lines
300 B
JSON
20 lines
300 B
JSON
{
|
|
"contracts": [
|
|
"contracts/**"
|
|
],
|
|
"app": {},
|
|
"buildDir": "build/",
|
|
"config": {
|
|
"contracts": "contracts.json",
|
|
"storage": false,
|
|
"communication": false,
|
|
"webserver": false,
|
|
"namesystem": "ens.json"
|
|
},
|
|
"versions": {
|
|
"solc": "0.4.24"
|
|
},
|
|
"plugins": {
|
|
}
|
|
}
|