Skip to content

Commit

Permalink
Change samotari to bleskomat
Browse files Browse the repository at this point in the history
  • Loading branch information
chill117 committed Mar 25, 2022
1 parent 0b1b4da commit cbc27e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# coin-rates

![Build Status](https://github.com/samotari/coin-rates-node/actions/workflows/tests.yml/badge.svg)
![Build Status](https://github.com/bleskomat/coin-rates-node/actions/workflows/tests.yml/badge.svg)

Fetch currency exchange rate for a coin/fiat currency pair in nodejs.

Expand Down Expand Up @@ -49,7 +49,7 @@ npm test

## Changelog

See [CHANGELOG.md](https://github.com/samotari/coin-rates-node/blob/master/CHANGELOG.md)
See [CHANGELOG.md](https://github.com/bleskomat/coin-rates-node/blob/master/CHANGELOG.md)


## License
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/samotari/coin-rates-node.git"
"url": "git+https://github.com/bleskomat/coin-rates-node.git"
},
"author": {
"name": "Charles Hill",
Expand All @@ -27,9 +27,9 @@
],
"license": "MIT",
"bugs": {
"url": "https://github.com/samotari/coin-rates-node/issues"
"url": "https://github.com/bleskomat/coin-rates-node/issues"
},
"homepage": "https://github.com/samotari/coin-rates-node#readme",
"homepage": "https://github.com/bleskomat/coin-rates-node#readme",
"dependencies": {
"async": "3.2.3"
},
Expand Down

0 comments on commit cbc27e3

Please sign in to comment.