From 2d62b0a161aa715963e0460eac410367df400ad1 Mon Sep 17 00:00:00 2001 From: shunji Date: Fri, 16 Apr 2021 17:53:25 +0800 Subject: [PATCH] v1.0.1 --- README.md | 6 +++++- package.json | 7 ++++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fd41c98..021af74 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 \ No newline at end of file diff --git a/package.json b/package.json index b5be2ac..67fdbb8 100644 --- a/package.json +++ b/package.json @@ -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" @@ -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",