Skip to content

Commit

Permalink
chore: version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
iamacup committed Dec 4, 2019
1 parent a6ea5e5 commit a381acc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-markdown-display",
"version": "4.0.11",
"version": "4.0.12",
"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",
Expand Down Expand Up @@ -41,11 +41,11 @@
"react-native": ">=0.50.4"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/runtime": "^7.6.3",
"@babel/core": "^7.6.2",
"@babel/runtime": "^7.6.2",
"@react-native-community/eslint-config": "^0.0.5",
"chokidar": "^3.3.0",
"eslint": "^6.6.0",
"eslint": "^6.7.2",
"fs-extra": "^8.1.0",
"pre-commit": "1.2.2"
}
Expand Down

0 comments on commit a381acc

Please sign in to comment.