Skip to content

Commit

Permalink
moves react and react-native to peer dependencies and makes them more…
Browse files Browse the repository at this point in the history
… permissive of later versions of RN
  • Loading branch information
Eric Nograles committed Jun 18, 2017
1 parent 7dc4da9 commit 99f94c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"react": "15.4.2",
"react-native": "0.40.0"
"peerDependencies": {
"react": ">=15.4.0",
"react-native": ">=0.40"
},
"devDependencies": {
"babel-jest": "18.0.0",
Expand Down

0 comments on commit 99f94c4

Please sign in to comment.