Skip to content

Commit

Permalink
add package.json for react 16
Browse files Browse the repository at this point in the history
  • Loading branch information
jerairrest committed Aug 5, 2017
1 parent 03d7709 commit 63a3c22
Show file tree
Hide file tree
Showing 2 changed files with 219 additions and 154 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-chartjs-2",
"version": "2.5.5",
"version": "2.5.6",
"description": "react-chartjs-2",
"main": "lib/index.js",
"author": "Goran Udosic",
Expand Down Expand Up @@ -48,8 +48,8 @@
},
"peerDependencies": {
"chart.js": "^2.3",
"react": "^0.14 || ^15.0.0-rc || ^15.0",
"react-dom": "^0.14 || ^15.0.0-rc || ^15.0"
"react": "^0.14.0 || ^15.0.0 || ^16.0.0-beta || ^16.0.0",
"react-dom": "^0.14.0 || ^15.0.0 || ^16.0.0-beta || ^16.0.0"
},
"browserify-shim": {
"react": "global:React",
Expand Down
Loading

0 comments on commit 63a3c22

Please sign in to comment.