Skip to content

Commit

Permalink
move react dependencies to peerDependencies and relax version require…
Browse files Browse the repository at this point in the history
…ment for react-native
  • Loading branch information
corymayer committed May 14, 2017
1 parent a71dd1f commit 9eedd7b
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 @@ -44,6 +44,11 @@
"react-native-tabs": "^1.0.9",
"react-static-container": "1.0.1"
},
"peerDependencies": {
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-native": "0.x"
},
"devDependencies": {
"babel-core": "^6.18.2",
"babel-eslint": "^7.1.1",
Expand Down

0 comments on commit 9eedd7b

Please sign in to comment.