convert test_app contracts.json to contracts.js

This commit is contained in:
Iuri Matias 2018-05-11 18:11:05 -04:00
parent 8b22305833
commit 2793432b87
2 changed files with 2 additions and 3 deletions

1
package-lock.json generated
View File

@ -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"
} }
}, },

View File

@ -1,4 +1,4 @@
{ module.exports = {
"default": { "default": {
"deployment": { "deployment": {
"host": "localhost", "host": "localhost",
@ -95,4 +95,4 @@
} }
} }
} }
} };