Skip to content

Commit 589dd0c

Browse files
nicolaskruchtenVeraZab
authored andcommitted
check master
1 parent b3f0d5d commit 589dd0c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

dev/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React, {Component} from 'react';
22
import {hot} from 'react-hot-loader';
3-
import plotly from 'plotly.js/dist/plotly-with-meta';
3+
import plotly from 'plotly.js';
44
import '../src/styles/main.scss';
55
import 'react-select/dist/react-select.css';
66
import brace from 'brace'; // eslint-disable-line no-unused-vars

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"fast-isnumeric": "^1.1.1",
1616
"immutability-helper": "^2.7.1",
1717
"plotly-icons": "1.2.2",
18-
"plotly.js": "1.42.1",
18+
"plotly.js": "https://github.com/plotly/plotly.js/archive/master.tar.gz",
1919
"prop-types": "^15.5.10",
2020
"raf": "^3.4.0",
2121
"react-color": "^2.13.8",
@@ -125,4 +125,4 @@
125125
"watch": "babel src --watch --out-dir lib --source-maps | node-sass -w src/styles/main.scss lib/react-chart-editor.css",
126126
"watch-test": "jest --watch"
127127
}
128-
}
128+
}

0 commit comments

Comments
 (0)