binbot-charts 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +0 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,11 +3,6 @@ Binbot charts is default candlestick bars chart used in terminal.binbot.com to r
3
3
 
4
4
  ## How to start
5
5
 
6
- 1. Copy the charting library files
7
- 1. If you are able to run bash scripts then the `copy_charting_library_files.sh` script can be used to copy the current stable version's files.
8
- 1. If you are not able to run bash scripts then do the following:
9
- 1. Copy `charting_library` from https://github.com/tradingview/charting_library/ to `/public` and `/src`.
10
- 1. Copy `datafeeds` from https://github.com/tradingview/charting_library/ to `/public`.
11
6
  1. Run `npm start`. It will build the project and open a default browser with the Charting Library.
12
7
 
13
8
  ## About This Project
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "build": "react-scripts build"
11
11
  },
12
12
  "description": "Binbot charts is default candlestick bars chart used in terminal.binbot.com to render bots graphically.",
13
- "version": "0.0.1",
13
+ "version": "0.0.2",
14
14
  "main": "index.js",
15
15
  "repository": {
16
16
  "type": "git",