Skip to content

Commit 858a25a

Browse files
committed
chore: release 7.0.1
1 parent 2762594 commit 858a25a

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-marked",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"description": "Markdown renderer for React Native powered by marked.js",
55
"main": "dist/commonjs/index",
66
"module": "dist/module/index",
@@ -35,7 +35,11 @@
3535
"test:updateSnapshot": "jest --updateSnapshot",
3636
"reassure": "reassure"
3737
},
38-
"keywords": ["react-native", "markdown", "react-native markdown"],
38+
"keywords": [
39+
"react-native",
40+
"markdown",
41+
"react-native markdown"
42+
],
3943
"repository": "https://github.com/gmsgowtham/react-native-marked",
4044
"author": "Gowtham G <webappsbygowtham@gmail.com> (https://github.com/gmsgowtham)",
4145
"license": "MIT",
@@ -93,7 +97,9 @@
9397
]
9498
},
9599
"commitlint": {
96-
"extends": ["@commitlint/config-conventional"],
100+
"extends": [
101+
"@commitlint/config-conventional"
102+
],
97103
"rules": {
98104
"type-enum": [
99105
2,

0 commit comments

Comments
 (0)