Skip to content

Commit

Permalink
Merge pull request #8 from ericnograles/master
Browse files Browse the repository at this point in the history
Updates package.json to move react and react-native from dependencies to peerDependencies

Thanks for contributing!
  • Loading branch information
mileung authored Jun 18, 2017
2 parents 7dc4da9 + 99f94c4 commit 0c03a29
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 0c03a29

Please sign in to comment.