Skip to content

Commit 030cf41

Browse files
committed
[form] Fix exports definitions
1 parent 6bfbe88 commit 030cf41

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/calm-grapes-smell.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@sjsf/form": patch
3+
---
4+
5+
Fix exports definitions

packages/form/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
},
8181
"./focus-on-first-error": {
8282
"types": "./dist/focus-on-first-error.d.ts",
83-
"default": "./dist/focus-on-first-error.js"
83+
"svelte": "./dist/focus-on-first-error.js"
8484
}
8585
}
8686
}

0 commit comments

Comments
 (0)