binbot-charts 0.0.8 → 0.0.9

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.0.8",
2
+ "version": "0.0.9",
3
3
  "name": "binbot-charts",
4
4
  "dependencies": {
5
5
  "@babel/cli": "^7.18.10",
@@ -12,7 +12,7 @@
12
12
  },
13
13
  "scripts": {
14
14
  "start": "react-scripts start",
15
- "build": "rm -rf dist && cp src/charting_library dist/charting_library && NODE_ENV=production babel src/lib --out-dir dist --copy-files",
15
+ "build": "rm -rf dist && cp src/lib/charting_library dist/charting_library && NODE_ENV=production babel src/lib --out-dir dist --copy-files",
16
16
  "publish": "yarn build && npm publish"
17
17
  },
18
18
  "description": "Binbot charts is the default candlestick bars chart used in terminal.binbot.com to render bots graphically.",