Skip to content

Commit

Permalink
Merge pull request #33 from zoontek/add-peer-deps
Browse files Browse the repository at this point in the history
Add peerDependencies
  • Loading branch information
xiaoyann authored Aug 11, 2017
2 parents aff3a65 + 63026d0 commit 72d346c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,9 @@
"bugs": {
"url": "https://github.com/beefe/react-native-actionsheet/issues"
},
"homepage": "https://github.com/beefe/react-native-actionsheet#readme"
"homepage": "https://github.com/beefe/react-native-actionsheet#readme",
"peerDependencies": {
"prop-types": ">=15.5.0",
"react": ">=15.4.0"
}
}

0 comments on commit 72d346c

Please sign in to comment.