Skip to content

Commit b1003e7

Browse files
committed
temp-fix
1 parent 2bb744b commit b1003e7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/scan/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-scan",
3-
"version": "0.3.4",
3+
"version": "0.3.5",
44
"description": "Scan your React app for renders",
55
"keywords": ["react", "react-scan", "react scan", "render", "performance"],
66
"homepage": "https://react-scan.million.dev",
@@ -70,14 +70,14 @@
7070
".": {
7171
"production": {
7272
"import": {
73-
"types": "./dist/rsc-shim.d.mts",
73+
"types": "./dist/index.d.mts",
7474
"react-server": "./dist/rsc-shim.mjs",
75-
"default": "./dist/rsc-shim.mjs"
75+
"default": "./dist/index.mjs"
7676
},
7777
"require": {
78-
"types": "./dist/rsc-shim.d.ts",
78+
"types": "./dist/index.d.mts",
7979
"react-server": "./dist/rsc-shim.js",
80-
"default": "./dist/rsc-shim.js"
80+
"default": "./dist/index.mjs"
8181
}
8282
},
8383
"development": {

0 commit comments

Comments
 (0)