Skip to content

Commit

Permalink
Provide more flexible React peer dependency range
Browse files Browse the repository at this point in the history
  * Allows for React v0.13.x while maintaining v0.12.x support
  • Loading branch information
colindresj committed Mar 26, 2015
1 parent 9795c01 commit 7db99e3
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 @@ -28,7 +28,7 @@
"object-assign": "^2.0.0"
},
"peerDependencies": {
"react": "^0.12.0"
"react": "~0.12.0 || ~0.13.0"
},
"devDependencies": {
"browserify": "^5.8.0",
Expand Down

0 comments on commit 7db99e3

Please sign in to comment.