fix status lib version
This commit is contained in:
parent
f06f004880
commit
3ad7a5773e
|
@ -15,8 +15,9 @@
|
|||
"integrity": "sha512-C2kC4K+G2QnNQFXUIxTQvqmrdSIzGTX1ZRKeDW6ChmvPRw8rTkTEJzbEQHiHy06d36PCl/yMOCjquCRV8SpSQw=="
|
||||
},
|
||||
"status-js-api": {
|
||||
"version": "file:../status-js",
|
||||
"version": "1.0.2",
|
||||
"requires": {
|
||||
"chance": "^1.0.16",
|
||||
"web3": "^1.0.0-beta.36"
|
||||
},
|
||||
"dependencies": {
|
||||
|
@ -259,6 +260,10 @@
|
|||
"version": "0.12.0",
|
||||
"bundled": true
|
||||
},
|
||||
"chance": {
|
||||
"version": "1.0.16",
|
||||
"bundled": true
|
||||
},
|
||||
"cipher-base": {
|
||||
"version": "1.0.4",
|
||||
"bundled": true,
|
||||
|
|
|
@ -19,6 +19,6 @@
|
|||
"dependencies": {
|
||||
"colors": "^1.3.2",
|
||||
"neo-blessed": "^0.2.0",
|
||||
"status-js-api": "../status-js"
|
||||
"status-js-api": "^1.0.2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue