fix status lib version

This commit is contained in:
Iuri Matias 2018-11-07 07:43:44 -05:00
parent f06f004880
commit 3ad7a5773e
2 changed files with 7 additions and 2 deletions

7
package-lock.json generated
View File

@ -15,8 +15,9 @@
"integrity": "sha512-C2kC4K+G2QnNQFXUIxTQvqmrdSIzGTX1ZRKeDW6ChmvPRw8rTkTEJzbEQHiHy06d36PCl/yMOCjquCRV8SpSQw==" "integrity": "sha512-C2kC4K+G2QnNQFXUIxTQvqmrdSIzGTX1ZRKeDW6ChmvPRw8rTkTEJzbEQHiHy06d36PCl/yMOCjquCRV8SpSQw=="
}, },
"status-js-api": { "status-js-api": {
"version": "file:../status-js", "version": "1.0.2",
"requires": { "requires": {
"chance": "^1.0.16",
"web3": "^1.0.0-beta.36" "web3": "^1.0.0-beta.36"
}, },
"dependencies": { "dependencies": {
@ -259,6 +260,10 @@
"version": "0.12.0", "version": "0.12.0",
"bundled": true "bundled": true
}, },
"chance": {
"version": "1.0.16",
"bundled": true
},
"cipher-base": { "cipher-base": {
"version": "1.0.4", "version": "1.0.4",
"bundled": true, "bundled": true,

View File

@ -19,6 +19,6 @@
"dependencies": { "dependencies": {
"colors": "^1.3.2", "colors": "^1.3.2",
"neo-blessed": "^0.2.0", "neo-blessed": "^0.2.0",
"status-js-api": "../status-js" "status-js-api": "^1.0.2"
} }
} }