Skip to content

Commit

Permalink
Merge pull request #1016 from mjgallag/make-react-native-windows-peer…
Browse files Browse the repository at this point in the history
…-dependency-optional

make react-native-windows peer dependency optional
  • Loading branch information
itinance committed Nov 4, 2021
2 parents 146e7fb + c6d5349 commit 087db72
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,10 @@
"peerDependencies": {
"react-native": "*",
"react-native-windows": "*"
},
"peerDependenciesMeta": {
"react-native-windows": {
"optional": true
}
}
}

0 comments on commit 087db72

Please sign in to comment.