Browse Source

update bitcore to 0.14

feat/estimateFee-limit
Matias Alejo Garcia 8 years ago
parent
commit
755400c94b
No known key found for this signature in database GPG Key ID: 2470DB551277AB3
  1. 4
      package.json

4
package.json

@ -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",

Loading…
Cancel
Save