Skip to content

Commit 36a0d1e

Browse files
committed
Release 1.0.1
1 parent e23c68e commit 36a0d1e

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* name: @jswork/react-markdown-props
33
* url: https://github.com/afeiship/react-markdown-props
4-
* version: 1.0.0
4+
* version: 1.0.1
55
* license: MIT
66
*/
77

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jswork/react-markdown-props",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Generate markdown properties string.",
55
"homepage": "https://github.com/afeiship/react-markdown-props",
66
"author": {
@@ -34,5 +34,11 @@
3434
"json2md": "^1.6.5",
3535
"prettier": "*",
3636
"react-docgen": "^5.2.1"
37-
}
37+
},
38+
"keywords": [
39+
"react",
40+
"docs",
41+
"react-docgen",
42+
"properties"
43+
]
3844
}

0 commit comments

Comments
 (0)