Skip to content

Commit

Permalink
Merge pull request corymsmith#53 from pgmemk/peerDepSemver
Browse files Browse the repository at this point in the history
peerDependencies ^ problem fix
  • Loading branch information
corymsmith committed Jun 17, 2015
2 parents faba016 + 5255f76 commit c5a0274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"podfile": "react-native-icons.podspec"
},
"peerDependencies": {
"react-native": "^0.5.0"
"react-native": ">=0.5.0 <1.0.0"
}
}

0 comments on commit c5a0274

Please sign in to comment.