Merge pull request #634 from matiu/v/0.14

update bitcore to 0.14
This commit is contained in:
Matias Alejo Garcia 2017-03-13 18:54:46 -03:00 committed by GitHub
commit de8056fcfb
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
"name": "bitcore-wallet-service",
"description": "A service for Mutisig HD Bitcoin Wallets",
"author": "BitPay Inc",
"version": "1.13.0",
"version": "1.14.0",
"licence": "MIT",
"keywords": [
"bitcoin",
@ -21,7 +21,7 @@
},
"dependencies": {
"async": "^0.9.2",
"bitcore-lib": "^0.13.7",
"bitcore-lib": "^0.14.0",
"body-parser": "^1.11.0",
"compression": "^1.6.2",
"coveralls": "^2.11.2",