embark/dapps/tests/contracts/embark.json
Michael Bradley, Jr 2543acad75 refactor(@embark/library-manager): restrict versionable packages to only solc
BREAKING CHANGE:

Remove support for specifying the versions of `web3` and `ipfs-api` in a
project's `embark.json`.
2019-11-08 11:27:20 -06:00

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": {
}
}