Skip to content

Commit

Permalink
Merge f1dd1bb into 66d8b94
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jun 22, 2021
2 parents 66d8b94 + f1dd1bb commit 603284f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/solid/h/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "solid-js/h",
"main": "./dist/h.cjs",
"module": "./dist/h.js",
"source": "./src/index.ts",
"types": "./types/index.d.ts",
"type": "module",
"sideEffects": false
Expand Down
1 change: 1 addition & 0 deletions packages/solid/html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "solid-js/html",
"main": "./dist/html.cjs",
"module": "./dist/html.js",
"source": "./src/index.ts",
"types": "./types/index.d.ts",
"type": "module",
"sideEffects": false
Expand Down
9 changes: 9 additions & 0 deletions packages/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,20 @@
"type": "module",
"files": [
"dist",
"src",
"web/package.json",
"web/dist",
"web/types",
"web/src",
"web/server",
"h/package.json",
"h/dist",
"h/types",
"h/src",
"html/package.json",
"html/dist",
"html/types",
"html/src",
"types",
"jsx-runtime.d.ts"
],
Expand Down Expand Up @@ -76,6 +84,7 @@
},
"./html/dist/*": "./html/dist/*"
},
"source": "./src/index.ts",
"scripts": {
"prebuild": "npm run clean",
"clean": "rimraf dist/ types/ coverage/ web/dist/ web/types/ h/dist/ h/types/ html/dist/ html/types/",
Expand Down
1 change: 1 addition & 0 deletions packages/solid/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"./dist/server.js": "./dist/web.js"
},
"unpkg": "./dist/web.cjs",
"source": "./src/index.ts",
"types": "./types/index.d.ts",
"type": "module",
"sideEffects": false
Expand Down

0 comments on commit 603284f

Please sign in to comment.