Skip to content

Commit 493c595

Browse files
committed
Add React 16 as peer-dep; bump version
1 parent 8d2a4cb commit 493c595

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
lib
2+
node_modules

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-plotlyjs",
33
"main": "lib/PlotlyComponent.js",
4-
"version": "0.4.1",
4+
"version": "0.4.2",
55
"homepage": "https://github.com/benjeffery/react-plotlyjs",
66
"authors": [
77
"Ben Jeffery"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-plotlyjs",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "ReactJS / PlotlyJS integration. Draw plotly graphs in your react app.",
55
"main": "lib/PlotlyComponent.js",
66
"author": "Ben Jeffery",
@@ -24,7 +24,7 @@
2424
"gulp-util": "^3.0.8"
2525
},
2626
"peerDependencies": {
27-
"react": "^15.0.0"
27+
"react": "^15.0.0|^16.0.0"
2828
},
2929
"browserify-shim": {
3030
"react": "global:React"

0 commit comments

Comments
 (0)