Skip to content

Commit

Permalink
Merge af9f3f6 into e7ea929
Browse files Browse the repository at this point in the history
  • Loading branch information
thetarnav committed Nov 7, 2023
2 parents e7ea929 + af9f3f6 commit 0bedb40
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
"require": "./dist/solid.cjs"
},
"./dist/*": "./dist/*",
"./types/*": "./types/*",
"./jsx-runtime": {
"types": "./types/jsx.d.ts",
"default": "./dist/solid.js"
Expand Down Expand Up @@ -124,6 +125,7 @@
"require": "./store/dist/store.cjs"
},
"./store/dist/*": "./store/dist/*",
"./store/types/*": "./store/types/*",
"./web": {
"worker": {
"types": "./web/types/index.d.ts",
Expand Down Expand Up @@ -164,6 +166,7 @@
"require": "./web/dist/storage.cjs"
},
"./web/dist/*": "./web/dist/*",
"./web/types/*": "./web/types/*",
"./universal": {
"development": {
"types": "./universal/types/index.d.ts",
Expand All @@ -175,6 +178,7 @@
"require": "./universal/dist/universal.cjs"
},
"./universal/dist/*": "./universal/dist/*",
"./universal/types/*": "./universal/types/*",
"./h": {
"types": "./h/types/index.d.ts",
"import": "./h/dist/h.js",
Expand All @@ -191,6 +195,7 @@
"require": "./h/jsx-runtime/dist/jsx.cjs"
},
"./h/dist/*": "./h/dist/*",
"./h/types/*": "./h/types/*",
"./html": {
"types": "./html/types/index.d.ts",
"import": "./html/dist/html.js",
Expand Down

0 comments on commit 0bedb40

Please sign in to comment.