mirror of
https://github.com/embarklabs/sggc.git
synced 2025-02-19 15:54:17 +00:00
feat(sggc): Add support for Embark 4.0.0
Add support for Embark 4.0.0. Bump version.
This commit is contained in:
parent
8e831f510f
commit
0713da4063
@ -12,5 +12,7 @@
|
|||||||
"versions": {
|
"versions": {
|
||||||
"solc": "0.4.24"
|
"solc": "0.4.24"
|
||||||
},
|
},
|
||||||
"plugins": {}
|
"plugins": {
|
||||||
|
"embarkjs-connector-web3": {}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "sggc",
|
"name": "sggc",
|
||||||
"version": "0.0.1",
|
"version": "1.0.1",
|
||||||
"description": "",
|
"description": "",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "embark test"
|
"test": "embark test"
|
||||||
@ -9,7 +9,10 @@
|
|||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"homepage": "",
|
"homepage": "",
|
||||||
"requires": true,
|
"requires": true,
|
||||||
|
"dependencies": {
|
||||||
|
"embarkjs-connector-web3": "4.0.0"
|
||||||
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"embark": "^3.1.5"
|
"embark": "4.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user