diff --git a/package.json b/package.json index 12d94b80..68d4badf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-markdown-display", - "version": "6.1.5", + "version": "6.1.6", "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", "main": "src/index.js", "types": "src/index.d.ts", @@ -35,12 +35,12 @@ "react-native-fit-image": "^1.5.5" }, "peerDependencies": { - "@types/markdown-it": "^10.0.1", - "@types/react-native": ">=0.50.0", "react": "^16.2.0", "react-native": ">=0.50.4" }, "devDependencies": { + "@types/markdown-it": "^10.0.1", + "@types/react-native": ">=0.50.0", "@babel/core": "^7.9.6", "@babel/runtime": "^7.9.6", "@react-native-community/eslint-config": "^1.1.0",