Update package.json

This commit is contained in:
Iragne 2015-11-18 12:13:49 +01:00
parent 19755ab511
commit 203f188005
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
"start": "node_modules/react-native/packager/packager.sh" "start": "node_modules/react-native/packager/packager.sh"
}, },
"dependencies": { "dependencies": {
"react-native": "^0.13.2", "react-native": ">=0.13.2",
"react-native-dialogs": "*", "react-native-dialogs": "*",
"react-native-material-kit": "^0.2.2" "react-native-material-kit": "^0.2.2"
} }