Skip to content

Commit 2beb964

Browse files
authored
Update types path in package.json for debug package (#805)
* Update types path in package.json for debug package * Correct types path in package.json for debug package
1 parent 44eb3e3 commit 2beb964

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/grumpy-badgers-tell.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+
Correct types path in package.json for debug package

packages/debug/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"main": "dist/debug.js",
2020
"module": "dist/debug.module.js",
2121
"unpkg": "dist/debug.min.js",
22-
"types": "dist/debug.d.ts",
22+
"types": "dist/signals-debug.d.ts",
2323
"source": "src/index.ts",
2424
"exports": {
2525
".": {

0 commit comments

Comments
 (0)