Skip to content

Commit

Permalink
fix: set correct peer dep of RN 0.60 for CLI@2.x (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
thymikee authored Apr 1, 2019
1 parent a76fcd4 commit 05fc3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"xmldoc": "^0.4.0"
},
"peerDependencies": {
"react-native": "^0.59.0"
"react-native": "^0.60.0"
},
"devDependencies": {
"snapshot-diff": "^0.5.0"
Expand Down

0 comments on commit 05fc3f6

Please sign in to comment.