Skip to content

Commit da25922

Browse files
mydeac298lee
authored andcommitted
fix(browser): Fix types export path for CJS (#12305)
Oops... Fixes #12295
1 parent 2719b02 commit da25922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"default": "./build/npm/esm/index.js"
2727
},
2828
"require": {
29-
"types": "./build/npm.types/index.d.ts",
29+
"types": "./build/npm/types/index.d.ts",
3030
"default": "./build/npm/cjs/index.js"
3131
}
3232
}

0 commit comments

Comments
 (0)