Skip to content

Commit

Permalink
Merge pull request #5572 from timbur/patch-1
Browse files Browse the repository at this point in the history
include `react-tap-event-plugin@^2.0.0` for `react@^15.4.0`
  • Loading branch information
oliviertassinari authored Nov 16, 2016
2 parents 947caf2 + a6359ee commit 3f4517f
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 @@ -41,7 +41,7 @@
"peerDependencies": {
"react": "^15.0.0",
"react-dom": "^15.0.0",
"react-tap-event-plugin": "^1.0.0"
"react-tap-event-plugin": "^1.0.0 || ^2.0.0"
},
"dependencies": {
"babel-runtime": "^6.11.6",
Expand Down

0 comments on commit 3f4517f

Please sign in to comment.