Skip to content

Commit

Permalink
Fix react-native dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
naoufal committed Jun 17, 2015
1 parent 7dfdfa8 commit ac0f066
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,12 +1,12 @@
{
"name": "react-native-touch-id",
"version": "1.1.0",
"version": "1.1.1",
"description": "React Native authentication with the native Touch ID popup.",
"scripts": {
"start": "node_modules/react-native/packager/packager.sh"
},
"dependencies": {
"react-native": "^0.4.4"
"react-native": ">=0.4.4"
},
"main": "TouchID.ios.js",
"devDependencies": {},
Expand Down

0 comments on commit ac0f066

Please sign in to comment.