Skip to content

Commit ad6e378

Browse files
committed
fix(browser): Fix types export path for CJS
1 parent 0738a96 commit ad6e378

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)