Skip to content

Commit

Permalink
chore: release 6.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
gmsgowtham committed Jan 10, 2025
1 parent 4ced054 commit 5c96715
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.6",
"version": "6.0.7",
"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 @@ -92,13 +96,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 5c96715

Please sign in to comment.