mirror of
https://github.com/embarklabs/sggc.git
synced 2025-02-16 14:26:58 +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": {
|
||||
"solc": "0.4.24"
|
||||
},
|
||||
"plugins": {}
|
||||
"plugins": {
|
||||
"embarkjs-connector-web3": {}
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "sggc",
|
||||
"version": "0.0.1",
|
||||
"version": "1.0.1",
|
||||
"description": "",
|
||||
"scripts": {
|
||||
"test": "embark test"
|
||||
@ -9,7 +9,10 @@
|
||||
"license": "ISC",
|
||||
"homepage": "",
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
"embarkjs-connector-web3": "4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"embark": "^3.1.5"
|
||||
"embark": "4.0.0"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user