Skip to content

Commit

Permalink
Add export of store.js
Browse files Browse the repository at this point in the history
  • Loading branch information
CHamalainen authored and jorgegorka committed Sep 14, 2023
1 parent 9e3bf81 commit 50760fe
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@
"module": "lib/esm/index.js",
"svelte": "src/index.js",
"exports": {
".": {
"svelte": "./src/index.js"
}
".": {
"svelte": "./src/index.js"
},
"./src/store.js": {
"svelte": "./src/store.js"
}
},
"unpkg": "lib/index.min.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit 50760fe

Please sign in to comment.