Skip to content

Commit

Permalink
Merge pull request #6 from radiant-player/react-15
Browse files Browse the repository at this point in the history
Allow react 15 as a peer dependency
  • Loading branch information
zalmoxisus committed Apr 10, 2016
2 parents bc7fd01 + 09be4cb commit 91b71fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"webpack": "^1.11.0"
},
"peerDependencies": {
"react": "^0.14.0",
"react": "^0.14.0 || ^15.0.0-0",
"redux-devtools": "^3.0.0"
}
}

0 comments on commit 91b71fa

Please sign in to comment.