Skip to content

Commit fe905f1

Browse files
authored
Update package.json (#22954)
1 parent fe41934 commit fe905f1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/react/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"files": [
1212
"LICENSE",
1313
"README.md",
14-
"build-info.json",
1514
"index.js",
1615
"cjs/",
1716
"umd/",
@@ -29,7 +28,7 @@
2928
"react-server": "./unstable-shared-subset.js",
3029
"default": "./index.js"
3130
},
32-
"./build-info.json": "./build-info.json",
31+
"./package.json": "./package.json",
3332
"./jsx-runtime": "./jsx-runtime.js",
3433
"./jsx-dev-runtime": "./jsx-dev-runtime.js",
3534
"./": "./"

0 commit comments

Comments
 (0)