Skip to content

Commit ec7bebf

Browse files
committed
Bump version to 1.0.1 for publishing
1 parent acd1d53 commit ec7bebf

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-docgen",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A CLI and toolkit to extract information from React components for documentation generation.",
55
"repository": {
66
"type": "git",
@@ -35,7 +35,11 @@
3535
},
3636
"jest": {
3737
"scriptPreprocessor": "./tests/preprocessor",
38-
"testPathDirs": ["src"],
39-
"unmockedModulePathPatterns": ["tests/utils"]
38+
"testPathDirs": [
39+
"src"
40+
],
41+
"unmockedModulePathPatterns": [
42+
"tests/utils"
43+
]
4044
}
4145
}

0 commit comments

Comments
 (0)