Skip to content

Commit

Permalink
fix: move @types/react-native to peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
liamfd committed Jul 24, 2019
1 parent 260fad0 commit 7bb231d
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 @@ -25,14 +25,14 @@
"homepage": "https://github.com/mientjan/react-native-markdown-renderer#readme",
"dependencies": {
"@types/markdown-it": "^0.0.4",
"@types/react-native": ">=0.50.0",
"markdown-it": "^8.4.0",
"prop-types": "^15.5.10",
"react-native-fit-image": "^1.5.2"
},
"peerDependencies": {
"react": "^16.2.0",
"react-native": "^0.50.4"
"react-native": "^0.50.4",
"@types/react-native": ">=0.50.0"
},
"devDependencies": {
"chokidar": "^2.0.0",
Expand Down

0 comments on commit 7bb231d

Please sign in to comment.