Skip to content

Commit e0f0040

Browse files
authored
Fixed package.json#types reference (#480)
1 parent fa1fb9d commit e0f0040

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-resizable-panels/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"default": "./src/env-conditions/unknown.ts"
4242
}
4343
},
44-
"types": "dist/react-resizable-panels.cjs.d.ts",
44+
"types": "dist/react-resizable-panels.d.ts",
4545
"scripts": {
4646
"clear": "pnpm run clear:builds & pnpm run clear:node_modules",
4747
"clear:builds": "rm -rf ./packages/*/dist",

0 commit comments

Comments
 (0)