remove provider-engine as it has been creating lots of issues

This commit is contained in:
Jonathan Rainville 2018-07-03 16:39:17 -04:00 committed by Pascal Precht
parent 953a06ce05
commit b491134bb9
No known key found for this signature in database
GPG Key ID: 0EE28D8D6FD85D7D
2 changed files with 0 additions and 15 deletions

10
package-lock.json generated
View File

@ -5566,11 +5566,6 @@
}
}
},
"is-date-object": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.1.tgz",
"integrity": "sha1-mqIOtq7rv/d/vTPnTKAbM1gdOhY="
},
"is-descriptor": {
"version": "0.1.6",
"resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz",
@ -5754,11 +5749,6 @@
"html-comment-regex": "^1.1.0"
}
},
"is-symbol": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.1.tgz",
"integrity": "sha1-PMWfAAJRlLarLjjbrmaJJWtmBXI="
},
"is-typedarray": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",

View File

@ -4,11 +4,6 @@ let accounts;
const Utils = require('embarkjs').Utils;
config({
deployment: {
type: 'ws',
host: 'localhost',
port: '8546'
},
contracts: {
"SimpleStorage": {
args: [100],