Skip to content

Commit

Permalink
Fix peer dependencies
Browse files Browse the repository at this point in the history
Version ^2.0.0 of this plugin is only compatible with React >= 15.4
  • Loading branch information
s0meone authored Nov 17, 2016
1 parent 5b6b911 commit 08fc674
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-tap-event-plugin",
"version": "2.0.0",
"version": "2.0.1",
"description": "Facebook's TapEventPlugin, temporarily available on npm until its made public in their repo",
"main": "src/injectTapEventPlugin.js",
"files": ["src/"],
Expand All @@ -20,8 +20,8 @@
"react-tap-event-plugin"
],
"peerDependencies": {
"react": "^15.0.0-0",
"react-dom": "^15.0.0-0"
"react": "^15.4.0-0",
"react-dom": "^15.4.0-0"
},
"dependencies": {
"fbjs": "^0.8.6"
Expand Down

0 comments on commit 08fc674

Please sign in to comment.