Skip to content

Commit be4321e

Browse files
author
Erik Rasmussen
committed
upgraded to react 0.13, and upped version to 0.0.6
1 parent e2b1feb commit be4321e

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,7 +1,7 @@
11
{
22
"name": "react-native-listener",
33
"description": "A utility component to allow easy access to browser native events",
4-
"version": "0.0.5",
4+
"version": "0.0.6",
55
"homepage": "https://github.com/erikras/react-native-listener",
66
"author": {
77
"name": "Erik Rasmussen",
@@ -25,7 +25,7 @@
2525
},
2626
"main": "index.js",
2727
"dependencies": {
28-
"react": "~0.12.0"
28+
"react": "~0.13.0"
2929
},
3030
"keywords": [
3131
"react",

0 commit comments

Comments
 (0)