Skip to content

Commit

Permalink
Make enzyme compatible with all React 15 Release Candidates
Browse files Browse the repository at this point in the history
  • Loading branch information
nikgraf committed Mar 19, 2016
1 parent cdd1758 commit da92d1e
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 @@ -80,6 +80,6 @@
"sinon": "^1.15.4"
},
"peerDependencies": {
"react": "0.13.x || 0.14.x || 15.* || 15.0.0-rc.2"
"react": "0.13.x || 0.14.x || 15.* || ^15.0.0-rc"
}
}

0 comments on commit da92d1e

Please sign in to comment.