Skip to content

Commit

Permalink
chore: add react-native-paper as peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
JonatanSalas committed Aug 19, 2020
1 parent 90b12be commit ff5fe3b
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 @@ -65,7 +65,8 @@
},
"peerDependencies": {
"react": "*",
"react-native": "*"
"react-native": "*",
"react-native-paper": "*"
},
"jest": {
"preset": "react-native",
Expand All @@ -85,6 +86,9 @@
"@commitlint/config-conventional"
]
},
"publishConfig": {
"access": "public"
},
"release-it": {
"git": {
"commitMessage": "chore: release ${version}",
Expand Down

0 comments on commit ff5fe3b

Please sign in to comment.