Skip to content

Commit

Permalink
fix storage export in top-level package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansolid committed Feb 5, 2024
1 parent 9a23ef5 commit 4b76be8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/famous-spoons-invent.md
@@ -0,0 +1,5 @@
---
"solid-js": patch
---

fix storage export in top-level package.json
4 changes: 2 additions & 2 deletions packages/solid/package.json
Expand Up @@ -166,8 +166,8 @@
},
"./web/storage": {
"types": "./web/storage/types/index.d.ts",
"import": "./web/storage/dist/index.js",
"require": "./web/storage/dist/index.cjs"
"import": "./web/storage/dist/storage.js",
"require": "./web/storage/dist/storage.cjs"
},
"./web/dist/*": "./web/dist/*",
"./web/types/*": "./web/types/*",
Expand Down

0 comments on commit 4b76be8

Please sign in to comment.