Skip to content

Commit

Permalink
fix(core): revert dep addition. Add to peer and devDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
iartemiev authored Feb 28, 2020
1 parent fedf0b3 commit b2a22e5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,16 @@
"devDependencies": {
"find": "^0.2.7",
"prepend-file": "^1.3.1",
"react-native": "0.59.0"
"react-native": "0.59.0",
"@react-native-community/netinfo": "4.7.0"
},
"dependencies": {
"aws-sdk": "2.518.0",
"url": "^0.11.0",
"zen-observable": "^0.8.6",
"@react-native-community/netinfo": "4.7.0"
"zen-observable": "^0.8.6"
},
"peerDependencies": {
"@react-native-community/netinfo": "^5.5.0"
},
"jest": {
"globals": {
Expand Down

0 comments on commit b2a22e5

Please sign in to comment.