Skip to content

Commit 10c50ee

Browse files
authored
Update types path in package.json for debug (#807)
1 parent 8b9b84c commit 10c50ee

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/quiet-toys-count.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@preact/signals-debug": patch
3+
---
4+
5+
Update types in the export map of our package.json

packages/debug/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"source": "src/index.ts",
2424
"exports": {
2525
".": {
26-
"types": "./dist/debug.d.ts",
26+
"types": "./dist/signals-debug.d.ts",
2727
"browser": "./dist/debug.module.js",
2828
"import": "./dist/debug.mjs",
2929
"require": "./dist/debug.js"

0 commit comments

Comments
 (0)