Skip to content

Commit 08fc674

Browse files
authored
Fix peer dependencies
Version ^2.0.0 of this plugin is only compatible with React >= 15.4
1 parent 5b6b911 commit 08fc674

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-tap-event-plugin",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Facebook's TapEventPlugin, temporarily available on npm until its made public in their repo",
55
"main": "src/injectTapEventPlugin.js",
66
"files": ["src/"],
@@ -20,8 +20,8 @@
2020
"react-tap-event-plugin"
2121
],
2222
"peerDependencies": {
23-
"react": "^15.0.0-0",
24-
"react-dom": "^15.0.0-0"
23+
"react": "^15.4.0-0",
24+
"react-dom": "^15.4.0-0"
2525
},
2626
"dependencies": {
2727
"fbjs": "^0.8.6"

0 commit comments

Comments
 (0)