Skip to content

Commit

Permalink
move react dependencies to devDependencies and relax version requirem…
Browse files Browse the repository at this point in the history
…ent for react-native
  • Loading branch information
corymayer committed May 14, 2017
1 parent a71dd1f commit a330ff0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@
],
"dependencies": {
"lodash.isequal": "^4.5.0",
"react": "16.0.0-alpha.6",
"react-native": "0.44.0",
"react-native-experimental-navigation": "0.27.x",
"react-native-tabs": "^1.0.9",
"react-static-container": "1.0.1"
Expand All @@ -65,6 +63,8 @@
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-0": "^6.22.0",
"jest": "19.0.1",
"react": "16.0.0-alpha.6",
"react-native": "0.x",
"react-test-renderer": "15.4.2"
},
"jest": {
Expand Down

0 comments on commit a330ff0

Please sign in to comment.