Skip to content

Commit

Permalink
Merge pull request #272 from nikgraf/patch-1
Browse files Browse the repository at this point in the history
Make enzyme compatible with all React 15 Release Candidates
  • Loading branch information
lelandrichardson committed Mar 19, 2016
2 parents cdd1758 + da92d1e commit a71d736
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 a71d736

Please sign in to comment.