Commit e99c7f61 authored by Greg Wilson's avatar Greg Wilson Committed by GitHub

Merge pull request #6 from BenjaminPaap/fix/peer-dependency

Fixed #4: Corrected dependency constraint
parents ea4888b4 0551498b
...@@ -23,9 +23,9 @@ ...@@ -23,9 +23,9 @@
"author": "Greg Wilson", "author": "Greg Wilson",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"react-native": "^0.28.0" "react-native": ">=0.28.0"
}, },
"peerDependencies": { "peerDependencies": {
"react-native": "^0.28.0" "react-native": ">=0.28.0"
} }
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment