binbot-charts 0.2.12 → 0.2.15

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.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.2.12",
2
+ "version": "0.2.15",
3
3
  "name": "binbot-charts",
4
4
  "dependencies": {
5
5
  "react": "^17.0.1",
@@ -11,12 +11,11 @@
11
11
  "@babel/core": "^7.18.13",
12
12
  "@babel/polyfill": "^7.12.1",
13
13
  "@babel/preset-env": "^7.18.10",
14
- "@babel/preset-typescript": "^7.18.6",
15
14
  "react-scripts": "^5.0.1"
16
15
  },
17
16
  "scripts": {
18
17
  "start": "react-scripts start",
19
- "build": "rm -rf dist && NODE_ENV=production babel -d dist/components src/components --extensions \".ts,.js,.jsx\" && cp -r src/charting_library dist/charting_library",
18
+ "build": "rm -rf dist && NODE_ENV=production babel -d dist/components src/components --extensions \".js,.jsx\" && cp -r src/charting_library dist/charting_library",
20
19
  "release": "yarn build && yarn publish"
21
20
  },
22
21
  "description": "Binbot charts is the default candlestick bars chart used in terminal.binbot.com to render bots graphically.",
@@ -1,5 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });