We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a5a276 commit a4c8d12Copy full SHA for a4c8d12
3 files changed
.gitignore
@@ -1 +1,2 @@
1
lib
2
+node_modules
bower.json
@@ -1,7 +1,7 @@
{
"name": "react-plotlyjs",
3
"main": "lib/PlotlyComponent.js",
4
- "version": "0.4.1",
+ "version": "0.4.2",
5
"homepage": "https://github.com/benjeffery/react-plotlyjs",
6
"authors": [
7
"Ben Jeffery"
package.json
@@ -1,6 +1,6 @@
"description": "ReactJS / PlotlyJS integration. Draw plotly graphs in your react app.",
"author": "Ben Jeffery",
@@ -24,7 +24,7 @@
24
"gulp-util": "^3.0.8"
25
},
26
"peerDependencies": {
27
- "react": "^15.0.0"
+ "react": "^15.0.0||^16.0.0"
28
29
"browserify-shim": {
30
"react": "global:React"
0 commit comments