Update fcoin version

This commit is contained in:
Sky Young 2018-05-21 13:12:03 -07:00
parent 881f539fad
commit be455b2e55

View File

@ -1,7 +1,7 @@
{
"name": "flosight-api",
"description": "A Florincoin blockchain REST and web socket API service for Flocore Node.",
"version": "5.0.0-beta.61",
"version": "5.0.0-beta.63",
"repository": "git://github.com/bitpay/flosight-api.git",
"bugs": {
"url": "https://github.com/bitpay/flosight-api/issues"
@ -30,7 +30,7 @@
"dependencies": {
"JSONStream": "^1.3.1",
"async": "*",
"fcoin": "1.0.0-beta.18",
"fcoin": "1.0.0-beta.19",
"flocore-lib": "0.15.1",
"flocore-message": "^1.0.6",
"body-parser": "^1.13.3",