Skip to content

Commit 64dd041

Browse files
authored
Merge pull request #92 from bidetaggle/master
Relocate unnecessary peer dependencies #91
2 parents a7aa9aa + e0d68fe commit 64dd041

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-markdown-display",
3-
"version": "6.1.5",
3+
"version": "6.1.6",
44
"description": "Markdown renderer for react-native, with CommonMark spec support + adds syntax extensions & sugar (URL autolinking, typographer), originally created by Mient-jan Stelling as react-native-markdown-renderer",
55
"main": "src/index.js",
66
"types": "src/index.d.ts",
@@ -35,12 +35,12 @@
3535
"react-native-fit-image": "^1.5.5"
3636
},
3737
"peerDependencies": {
38-
"@types/markdown-it": "^10.0.1",
39-
"@types/react-native": ">=0.50.0",
4038
"react": "^16.2.0",
4139
"react-native": ">=0.50.4"
4240
},
4341
"devDependencies": {
42+
"@types/markdown-it": "^10.0.1",
43+
"@types/react-native": ">=0.50.0",
4444
"@babel/core": "^7.9.6",
4545
"@babel/runtime": "^7.9.6",
4646
"@react-native-community/eslint-config": "^1.1.0",

0 commit comments

Comments
 (0)