Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shunjizhan committed Apr 16, 2021
1 parent 0ae1eac commit 2d62b0a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ View your aggregated cryptocurrency portfolio automagically, no matter where the
- exchanges ✅
- ETH wallets ✅
- anywhere else, no problem! ✅
- Polkadot parachains (in the future)
- Polkadot parachains (soon)
- BSC & Heco (someday)

___
## Basic Usage
Expand Down Expand Up @@ -324,5 +325,8 @@ ___
## Special Thanks
Really appreciate all the fantastic works by [ccxt](https://github.com/ccxt/ccxt) and [coingecko-api](https://github.com/miscavage/CoinGecko-API), which provide super useful utilities supporting this library.
___
## Bugs? Questions? Contributions?
Feel free to [open an issue](https://github.com/shunjizhan/crypto-portfolio-viewer/issues), or create a pull request!
___
## UI
coming soon
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "crypto-portfolio-viewer",
"version": "1.0.0",
"description": "view your aggregated cryptocurrency portfolio in a nice way",
"version": "1.0.1",
"description": "view your aggregated cryptocurrency portfolio across exchanges, ETH wallet, and any other places!",
"main": "dist/crypto-portfolio-viwer.bundle.js",
"files": [
"dist/crypto-portfolio-viwer.bundle.js"
Expand Down Expand Up @@ -48,7 +48,8 @@
"other": "node examples/viewOtherAssets",
"lint": "eslint src/ examples/ --ext .js",
"build": "MODE=production webpack --config webpack.config.js --progress --color",
"buildDev": "MODE=development webpack --config webpack.config.js --progress --color"
"buildDev": "MODE=development webpack --config webpack.config.js --progress --color",
"prepublish": "rm -rf dist/ && yarn build"
},
"dependencies": {
"axios": "^0.21.1",
Expand Down

0 comments on commit 2d62b0a

Please sign in to comment.