Skip to content

Commit

Permalink
Mark react-native as a peer dependency. Closes paramaggarwal#2.
Browse files Browse the repository at this point in the history
  • Loading branch information
mik3y committed Mar 12, 2017
1 parent e02afd8 commit ee3d077
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -6,8 +6,8 @@
"scripts": {
"start": "node_modules/react-native/packager/packager.sh"
},
"dependencies": {
"react-native": "^0.9.0"
"peerDependencies": {
"react-native": "*"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit ee3d077

Please sign in to comment.