From f81f279c16a5b109d1b4ac78fed8d44ae662783f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tarc=C3=ADsio=20Zotelli=20Ferraz?= Date: Fri, 24 Jun 2022 09:44:02 -0300 Subject: [PATCH 1/2] use git dependencies --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 46f2635..506a58d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bfx-hf-chart", - "version": "1.0.11", + "version": "1.0.12", "description": "HF Financial Charting Library", "main": "dist/components/Chart/Chart.js", "author": "Bitfinex", @@ -16,7 +16,7 @@ "@testing-library/user-event": "^7.1.2", "bfx-api-node-models": "^1.4.1", "bfx-hf-indicators": "git+https://github.com/bitfinexcom/bfx-hf-indicators.git#v2.1.1", - "bfx-hf-util": "github:bitfinexcom/bfx-hf-util#v1.0.12", + "bfx-hf-util": "git+https://github.com/bitfinexcom/bfx-hf-util#v1.0.12", "classnames": "^2.2.6", "gh-pages": "^2.2.0", "lodash": "^4.17.15", From f4920823b44d12496cc54d6e58666c3e447ae038 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tarc=C3=ADsio=20Zotelli=20Ferraz?= Date: Fri, 24 Jun 2022 09:55:42 -0300 Subject: [PATCH 2/2] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 506a58d..48ecbb2 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@testing-library/user-event": "^7.1.2", "bfx-api-node-models": "^1.4.1", "bfx-hf-indicators": "git+https://github.com/bitfinexcom/bfx-hf-indicators.git#v2.1.1", - "bfx-hf-util": "git+https://github.com/bitfinexcom/bfx-hf-util#v1.0.12", + "bfx-hf-util": "git+https://github.com/bitfinexcom/bfx-hf-util.git#v1.0.12", "classnames": "^2.2.6", "gh-pages": "^2.2.0", "lodash": "^4.17.15",