Browse Source

Merge pull request #715 from bitpay/ref/deps-bitcore

Ref/deps bitcore
feat/2-step-opt
Matias Alejo Garcia 7 years ago
committed by GitHub
parent
commit
7a12b1761b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3458
      package-lock.json
  2. 6
      package.json

3458
package-lock.json

File diff suppressed because it is too large

6
package.json

@ -2,7 +2,7 @@
"name": "bitcore-wallet-service",
"description": "A service for Mutisig HD Bitcoin Wallets",
"author": "BitPay Inc",
"version": "2.1.0",
"version": "2.2.0",
"licence": "MIT",
"keywords": [
"bitcoin",
@ -21,8 +21,8 @@
},
"dependencies": {
"async": "^0.9.2",
"bitcore-lib": "=0.14.0",
"bitcore-lib-cash": "https://github.com/bitpay/bitcore-lib.git#243565eaa15ad2b855665ea38a94a5081adb29cc",
"bitcore-lib": "^0.15.0",
"bitcore-lib-cash": "^0.15.1",
"body-parser": "^1.11.0",
"compression": "^1.6.2",
"coveralls": "^2.11.2",

Loading…
Cancel
Save