Skip to content

Commit a2764b7

Browse files
committed
preconstruct-fix
1 parent c52255a commit a2764b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/extract-react-types/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@extract-types/core",
33
"version": "0.22.1",
4-
"main": "dist/extract-react-types.cjs.js",
4+
"main": "dist/core.cjs.js",
55
"repository": "atlassian/extract-react-types",
66
"description": "Parse prop-types from react components using typescript or flow",
77
"author": "James Kyle <[email protected]>",
@@ -43,4 +43,4 @@
4343
"jest": "^24.7.1",
4444
"prettier": "^1.13.7"
4545
}
46-
}
46+
}

0 commit comments

Comments
 (0)