Merge pull request #1802 from MyCryptoHQ/develop

1.0.0 (continued)
This commit is contained in:
Daniel Ternyak 2018-05-15 10:54:50 -05:00 committed by GitHub
commit 5c01fb12c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -8,6 +8,10 @@
"beta": {
"gitUrl": "git@github.com:MyCryptoHQ/MyCrypto-Beta.git",
"distFolder": "docs"
},
"prod": {
"gitUrl": "git@github.com:MyCryptoHQ/MyCrypto-Production.git",
"distFolder": "docs"
}
}
}

View File

@ -11,7 +11,7 @@
"npm": ">= 5.0.0"
},
"dependencies": {
"@parity/qr-signer": "0.2.0",
"@parity/qr-signer": "0.2.1",
"babel-polyfill": "6.26.0",
"bip39": "2.5.0",
"bn.js": "4.11.8",