update to embark 4.0.0.gamma
This commit is contained in:
parent
7d85b8c128
commit
a7ef01f29d
|
@ -14,5 +14,7 @@
|
||||||
"ipfs-api": "17.2.4",
|
"ipfs-api": "17.2.4",
|
||||||
"p-iteration": "1.1.7"
|
"p-iteration": "1.1.7"
|
||||||
},
|
},
|
||||||
"plugins": {}
|
"plugins": {
|
||||||
|
"embarkjs-connector-web3": {}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,6 +23,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"elliptic-curve": "^0.1.0",
|
"elliptic-curve": "^0.1.0",
|
||||||
|
"embarkjs-connector-web3": "^4.0.0",
|
||||||
"ethereumjs-util": "^5.1.5",
|
"ethereumjs-util": "^5.1.5",
|
||||||
"react": "^16.3.2",
|
"react": "^16.3.2",
|
||||||
"react-blockies": "^1.4.0",
|
"react-blockies": "^1.4.0",
|
||||||
|
|
Loading…
Reference in New Issue