Skip to content

Commit 91b71fa

Browse files
committed
Merge pull request #6 from radiant-player/react-15
Allow react 15 as a peer dependency
2 parents bc7fd01 + 09be4cb commit 91b71fa

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
@@ -49,7 +49,7 @@
4949
"webpack": "^1.11.0"
5050
},
5151
"peerDependencies": {
52-
"react": "^0.14.0",
52+
"react": "^0.14.0 || ^15.0.0-0",
5353
"redux-devtools": "^3.0.0"
5454
}
5555
}

0 commit comments

Comments
 (0)