Skip to content

Commit

Permalink
chore: release 6.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gmsgowtham committed Oct 8, 2024
1 parent 980b04e commit f3d1565
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-marked",
"version": "6.0.4",
"version": "6.0.5",
"description": "Markdown renderer for React Native powered by marked.js",
"main": "dist/commonjs/index",
"module": "dist/module/index",
Expand Down Expand Up @@ -35,7 +35,11 @@
"test:updateSnapshot": "jest --updateSnapshot",
"reassure": "reassure"
},
"keywords": ["react-native", "markdown", "react-native markdown"],
"keywords": [
"react-native",
"markdown",
"react-native markdown"
],
"repository": "https://github.com/gmsgowtham/react-native-marked",
"author": "Gowtham G <[email protected]> (https://github.com/gmsgowtham)",
"license": "MIT",
Expand Down Expand Up @@ -91,13 +95,17 @@
"<rootDir>/examples/*/node_modules",
"<rootDir>/dist/"
],
"setupFilesAfterEnv": ["@testing-library/jest-native/extend-expect"],
"setupFilesAfterEnv": [
"@testing-library/jest-native/extend-expect"
],
"transformIgnorePatterns": [
"node_modules/(?!(jest-)?react-native|@react-native|@react-native-community|react-native-table-component)"
]
},
"commitlint": {
"extends": ["@commitlint/config-conventional"],
"extends": [
"@commitlint/config-conventional"
],
"rules": {
"type-enum": [
2,
Expand Down

0 comments on commit f3d1565

Please sign in to comment.