Skip to content

Commit 16cf7e7

Browse files
committed
Support React ~0.13
Facebook [included the fix](facebook@ff12423) in their `TapEvenPlugin` with PR facebook#2415 but did not include it in the release yet. This closes #12, closes #11, and closes #9.
1 parent d018334 commit 16cf7e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-tap-event-plugin",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
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,7 +20,7 @@
2020
"react-tap-event-plugin"
2121
],
2222
"peerDependencies": {
23-
"react": "~0.12"
23+
"react": "~0.13.x"
2424
},
2525
"bugs": "https://github.com/zilverline/react-tap-event-plugin/issues",
2626
"licenses": [

0 commit comments

Comments
 (0)