Dependencies: Update fcoin

This commit is contained in:
Sky Young 2018-05-08 13:57:16 -07:00
parent 17a4e0f0cc
commit 2a2f661529

View File

@ -5,7 +5,7 @@
"node": ">=8.0.0" "node": ">=8.0.0"
}, },
"author": "BitPay <dev@bitpay.com>", "author": "BitPay <dev@bitpay.com>",
"version": "5.0.0-beta.50", "version": "5.0.0-beta.51",
"main": "./index.js", "main": "./index.js",
"repository": "git://github.com/bitpay/flocore-node.git", "repository": "git://github.com/bitpay/flocore-node.git",
"homepage": "https://github.com/bitpay/flocore-node", "homepage": "https://github.com/bitpay/flocore-node",
@ -29,7 +29,7 @@
], ],
"dependencies": { "dependencies": {
"async": "^2.5.0", "async": "^2.5.0",
"fcoin": "1.0.0-beta.15", "fcoin": "1.0.0-beta.16",
"florincoind-rpc": "0.7.1", "florincoind-rpc": "0.7.1",
"flocore-lib": "0.15.0", "flocore-lib": "0.15.0",
"flocore-p2p": "5.0.0-beta.2", "flocore-p2p": "5.0.0-beta.2",