Skip to content

Commit 63a3c22

Browse files
committed
add package.json for react 16
1 parent 03d7709 commit 63a3c22

File tree

2 files changed

+219
-154
lines changed

2 files changed

+219
-154
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-chartjs-2",
3-
"version": "2.5.5",
3+
"version": "2.5.6",
44
"description": "react-chartjs-2",
55
"main": "lib/index.js",
66
"author": "Goran Udosic",
@@ -48,8 +48,8 @@
4848
},
4949
"peerDependencies": {
5050
"chart.js": "^2.3",
51-
"react": "^0.14 || ^15.0.0-rc || ^15.0",
52-
"react-dom": "^0.14 || ^15.0.0-rc || ^15.0"
51+
"react": "^0.14.0 || ^15.0.0 || ^16.0.0-beta || ^16.0.0",
52+
"react-dom": "^0.14.0 || ^15.0.0 || ^16.0.0-beta || ^16.0.0"
5353
},
5454
"browserify-shim": {
5555
"react": "global:React",

0 commit comments

Comments
 (0)