Skip to content

Commit 8655a07

Browse files
committed
Adjust react compatibility versions to support React 15
1 parent 4b7b4ee commit 8655a07

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"react-dom": "^0.14.0"
2626
},
2727
"peerDependencies": {
28-
"react": "^0.14.0"
28+
"react": "^0.14 || ^15.0.0-rc || ^15.0",
29+
"react-dom": "^0.14 || ^15.0.0-rc || ^15.0"
2930
},
3031
"browserify-shim": {
3132
"react": "global:React"

0 commit comments

Comments
 (0)