Skip to content

Commit 8edeb78

Browse files
authored
Fix Node package.json ./ exports deprecation warning (#22783)
1 parent fdc1d61 commit 8edeb78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"./build-info.json": "./build-info.json",
3333
"./jsx-runtime": "./jsx-runtime.js",
3434
"./jsx-dev-runtime": "./jsx-dev-runtime.js",
35-
"./": "./"
35+
"./*": "./*"
3636
},
3737
"repository": {
3838
"type": "git",

0 commit comments

Comments
 (0)