Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Commit 26fcb2d

Browse files
committed
add support for react beta3
1 parent 1d5fc90 commit 26fcb2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A React table component designed to allow presenting thousands of rows of data.",
55
"main": "main.js",
66
"peerDependencies": {
7-
"react": ">=0.13.0 <0.14.0"
7+
"react": ">=0.13.0 <0.15.0 || 0.14.0-beta3"
88
},
99
"devDependencies": {
1010
"autoprefixer": "^5.0.0",

0 commit comments

Comments
 (0)