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 acd1d53 commit ec7bebfCopy full SHA for ec7bebf
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-docgen",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "A CLI and toolkit to extract information from React components for documentation generation.",
5
"repository": {
6
"type": "git",
@@ -35,7 +35,11 @@
35
},
36
"jest": {
37
"scriptPreprocessor": "./tests/preprocessor",
38
- "testPathDirs": ["src"],
39
- "unmockedModulePathPatterns": ["tests/utils"]
+ "testPathDirs": [
+ "src"
40
+ ],
41
+ "unmockedModulePathPatterns": [
42
+ "tests/utils"
43
+ ]
44
}
45
0 commit comments