updating bitcore-lib-cash version

This commit is contained in:
Justin Langston 2018-02-28 00:17:43 -05:00 committed by GitHub
parent ed4250b4b6
commit da5fbe6c94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
{
"name": "bitcore-p2p-cash",
"version": "1.1.2",
"version": "1.2.0",
"description": "Interface to the bitcoin P2P network for bitcore",
"author": "BitPay <dev@bitpay.com>",
"main": "index.js",
@ -11,6 +11,10 @@
"build": "gulp"
},
"contributors": [
{
"name": "Justin Langston",
"email": "justin@bitpay.com"
},
{
"name": "Yemel Jardi",
"email": "yemel@bitpay.com"
@ -56,7 +60,7 @@
"url": "https://github.com/bitpay/bitcore-p2p.git"
},
"dependencies": {
"bitcore-lib-cash": "^0.15.1",
"bitcore-lib-cash": "^0.16.3",
"bloom-filter": "^0.2.0",
"buffers": "bitpay/node-buffers#v0.1.2-bitpay",
"socks5-client": "^0.3.6"