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 c52255a commit a2764b7Copy full SHA for a2764b7
packages/extract-react-types/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@extract-types/core",
3
"version": "0.22.1",
4
- "main": "dist/extract-react-types.cjs.js",
+ "main": "dist/core.cjs.js",
5
"repository": "atlassian/extract-react-types",
6
"description": "Parse prop-types from react components using typescript or flow",
7
"author": "James Kyle <me@thejameskyle.com>",
@@ -43,4 +43,4 @@
43
"jest": "^24.7.1",
44
"prettier": "^1.13.7"
45
}
46
-}
+}
0 commit comments