Skip to content
This repository was archived by the owner on May 14, 2020. It is now read-only.

Commit b7b8a0f

Browse files
committed
Allow React 15 as peerDependency
1 parent d482e0b commit b7b8a0f

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
@@ -50,7 +50,7 @@
5050
"rimraf": "^2.3.4"
5151
},
5252
"peerDependencies": {
53-
"react": "^0.14.0"
53+
"react": "^0.14.0 || ^15.0.0-0"
5454
},
5555
"dependencies": {
5656
"babel-plugin-transform-runtime": "^6.5.0",

0 commit comments

Comments
 (0)