Skip to content

Commit

Permalink
fix(core): move react-native dependency from dev
Browse files Browse the repository at this point in the history
  • Loading branch information
iartemiev authored Feb 28, 2020
1 parent f2efeb1 commit fedf0b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@
},
"homepage": "https://aws-amplify.github.io/",
"devDependencies": {
"@react-native-community/netinfo": "4.7.0",
"find": "^0.2.7",
"prepend-file": "^1.3.1",
"react-native": "0.59.0"
},
"dependencies": {
"aws-sdk": "2.518.0",
"url": "^0.11.0",
"zen-observable": "^0.8.6"
"zen-observable": "^0.8.6",
"@react-native-community/netinfo": "4.7.0"
},
"jest": {
"globals": {
Expand Down

0 comments on commit fedf0b3

Please sign in to comment.