Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
fix: move react and react-native to peer deps (#23)
Browse files Browse the repository at this point in the history
* fix: move react and react-native to peer deps

* Make peerDeps permissive
  • Loading branch information
Esemesek authored and thymikee committed Jul 25, 2019
1 parent 2b68669 commit 7d86132
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@
"dependencies": {
"art": "^0.10.3",
"invariant": "^2.2.4",
"prop-types": "^15.7.2",
"react": "16.8.3",
"react-native": "0.59.9"
"prop-types": "^15.7.2"
},
"peerDependencies": {
"react": "^16.8.3",
"react-native": "^0.59.9"
},
"devDependencies": {
"@babel/core": "^7.4.5",
Expand All @@ -35,6 +37,8 @@
"eslint": "^5.16.0",
"flow-bin": "^0.92.0",
"jest": "^24.8.0",
"metro-react-native-babel-preset": "^0.54.1"
"metro-react-native-babel-preset": "^0.54.1",
"react": "16.8.3",
"react-native": "0.59.9"
}
}

0 comments on commit 7d86132

Please sign in to comment.