Skip to content

Commit bddbfb8

Browse files
authored
Revert "Fix Node package.json ./ exports deprecation warning (#22783)" (#22792)
This reverts commit 8edeb78.
1 parent b831aec commit bddbfb8

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)