Skip to content

Commit

Permalink
Allow react 15 as a peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwgillespie committed Apr 10, 2016
1 parent bc7fd01 commit 09be4cb
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 09be4cb

Please sign in to comment.