Skip to content

Commit 6252e5c

Browse files
authored
Fix missing jsx-runtime in npm package
Reviewed-by: Titus Wormer <[email protected]> Closes GH-13.
1 parent cac704c commit 6252e5c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@
3232
"files": [
3333
"lib/",
3434
"index.d.ts",
35-
"index.js"
35+
"index.js",
36+
"jsx-runtime.d.ts",
37+
"jsx-runtime.js"
3638
],
3739
"exports": {
3840
".": "./index.js",

0 commit comments

Comments
 (0)