Skip to content

Commit

Permalink
Add peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zoontek committed Aug 11, 2017
1 parent 3c46486 commit 63026d0
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 63026d0

Please sign in to comment.