Skip to content

Commit e2e290e

Browse files
committed
Fix package.json exports for @solid-primitives/storage
1 parent 7c753c2 commit e2e290e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@solid-primitives/storage": patch
3+
---
4+
5+
Correct package.json exports.

packages/storage/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,15 @@
4040
"types": "./dist/index.d.ts",
4141
"browser": {},
4242
"exports": {
43-
"@solid-primitives/source": "./src/index.ts",
4443
".": {
44+
"@solid-primitives/source": "./src/index.ts",
4545
"import": {
4646
"types": "./dist/index.d.ts",
4747
"default": "./dist/index.js"
4848
}
4949
},
5050
"./tauri": {
51+
"@solid-primitives/source": "./src/tauri.ts",
5152
"import": {
5253
"types": "./dist/tauri.d.ts",
5354
"default": "./dist/tauri.js"

0 commit comments

Comments
 (0)