Skip to content

Commit

Permalink
Make react-native-windows an optionalDependency and match react-nativ…
Browse files Browse the repository at this point in the history
…e to docs
  • Loading branch information
Nathan committed Jun 11, 2020
1 parent d55ec67 commit 5b07fa4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,15 @@
"react-test-renderer": "^16.11.0"
},
"peerDependencies": {
"react": ">=16.11",
"react-native": ">=0.61",
"react-native-windows": "^0.62.0-preview.1"
"react": ">=16.8.3",
"react-native": ">=0.59"
},
"dependencies": {
"invariant": "^2.2.4"
},
"optionalDependencies": {
"react-native-windows": "^0.62.0-preview.1"
},
"detox": {
"test-runner": "jest",
"runner-config": "example/e2e/config.json",
Expand Down

0 comments on commit 5b07fa4

Please sign in to comment.