From 114a3ae40b29ddb917d72b8fd99af65f2b3c75ef Mon Sep 17 00:00:00 2001 From: vigan Date: Mon, 26 Jul 2021 16:55:01 +0200 Subject: [PATCH] moved hf deps to github --- README.md | 14 ++++++++++++++ package.json | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e202622..193bc24 100644 --- a/README.md +++ b/README.md @@ -60,3 +60,17 @@ const data = [[ 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request + +### Note + +This package will be maintained only via github, please use latest relases from github instead of npm. + +Example on how to install specific version from github: +``` +npm i --save-prod https://github.com/bitfinexcom/bfx-hf-chart.git#v1.0.7 +``` + +Example on how to install it latest version from github: +``` +npm i --save-prod https://github.com/bitfinexcom/bfx-hf-chart.git +``` diff --git a/package.json b/package.json index 0233038..edb35d3 100644 --- a/package.json +++ b/package.json @@ -15,8 +15,8 @@ "@testing-library/react": "^9.3.2", "@testing-library/user-event": "^7.1.2", "bfx-api-node-models": "^1.1.2", - "bfx-hf-indicators": "^2.0.3", - "bfx-hf-util": "^1.0.5", + "bfx-hf-indicators": "github:bitfinexcom/bfx-hf-indicators#v2.0.9", + "bfx-hf-util": "github:bitfinexcom/bfx-hf-util#v1.0.12", "classnames": "^2.2.6", "gh-pages": "^2.2.0", "lodash": "^4.17.15",