Skip to content

Commit e2bc209

Browse files
fix(react): link types from the correct directory (#14255)
1 parent a4a3c9e commit e2bc209

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

npm/react/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,10 @@
107107
},
108108
"files": [
109109
"dist",
110-
"lib",
111110
"support",
112111
"plugins"
113112
],
114-
"types": "lib",
113+
"types": "dist",
115114
"license": "MIT",
116115
"repository": {
117116
"type": "git",

0 commit comments

Comments
 (0)