Skip to content

Commit

Permalink
moved hf deps to github
Browse files Browse the repository at this point in the history
  • Loading branch information
vigan-abd committed Jul 26, 2021
1 parent 80a6afb commit 114a3ae
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 114a3ae

Please sign in to comment.