We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e23c68e commit 36a0d1eCopy full SHA for 36a0d1e
dist/index.js
@@ -1,7 +1,7 @@
1
/*!
2
* name: @jswork/react-markdown-props
3
* url: https://github.com/afeiship/react-markdown-props
4
- * version: 1.0.0
+ * version: 1.0.1
5
* license: MIT
6
*/
7
package.json
@@ -1,6 +1,6 @@
{
"name": "@jswork/react-markdown-props",
- "version": "1.0.0",
+ "version": "1.0.1",
"description": "Generate markdown properties string.",
"homepage": "https://github.com/afeiship/react-markdown-props",
"author": {
@@ -34,5 +34,11 @@
34
"json2md": "^1.6.5",
35
"prettier": "*",
36
"react-docgen": "^5.2.1"
37
- }
+ },
38
+ "keywords": [
39
+ "react",
40
+ "docs",
41
+ "react-docgen",
42
+ "properties"
43
+ ]
44
}
0 commit comments