mirror of https://github.com/embarklabs/embark.git
convert test_app contracts.json to contracts.js
This commit is contained in:
parent
8b22305833
commit
2793432b87
|
@ -9929,7 +9929,6 @@
|
||||||
"resolved": "https://registry.npmjs.org/taskgroup/-/taskgroup-4.3.1.tgz",
|
"resolved": "https://registry.npmjs.org/taskgroup/-/taskgroup-4.3.1.tgz",
|
||||||
"integrity": "sha1-feGT/r12gnPEV3MElwJNUSwnkVo=",
|
"integrity": "sha1-feGT/r12gnPEV3MElwJNUSwnkVo=",
|
||||||
"requires": {
|
"requires": {
|
||||||
"ambi": "2.5.0",
|
|
||||||
"csextends": "1.2.0"
|
"csextends": "1.2.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{
|
module.exports = {
|
||||||
"default": {
|
"default": {
|
||||||
"deployment": {
|
"deployment": {
|
||||||
"host": "localhost",
|
"host": "localhost",
|
||||||
|
@ -95,4 +95,4 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
};
|
Loading…
Reference in New Issue