contracts/embark.json
Ricardo Guilherme Schmidt 2c95bc6ccf
update to solc 0.5.4
2019-03-26 14:31:12 -03:00

16 lines
270 B
JSON

{
"contracts": ["contracts/**"],
"app": {},
"buildDir": "dist/",
"config": "config/",
"versions": {
"web3": "1.0.0-beta",
"solc": "0.5.4",
"ipfs-api": "17.2.4",
"p-iteration": "1.1.7"
},
"plugins": {
"embarkjs-connector-web3": {}
}
}