@solidjs/element 2.0.0-experimental.5 → 2.0.0-experimental.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@ This library extends [Solid](https://github.com/solidjs/solid) by adding Custom
|
|
|
8
8
|
|
|
9
9
|
## Example
|
|
10
10
|
|
|
11
|
-
[See here](
|
|
11
|
+
[See here](./sample.jsx) for an example of a webcomponent created by `solid-element`.
|
|
12
12
|
|
|
13
13
|
## Installation
|
|
14
14
|
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Webcomponents wrapper for Solid",
|
|
4
4
|
"author": "Ryan Carniato",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"version": "2.0.0-experimental.
|
|
6
|
+
"version": "2.0.0-experimental.7",
|
|
7
7
|
"homepage": "https://github.com/solidjs/solid/blob/main/packages/solid-element#readme",
|
|
8
8
|
"type": "module",
|
|
9
9
|
"main": "dist/index.js",
|
|
@@ -20,12 +20,12 @@
|
|
|
20
20
|
"component-register": "^0.8.7"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
|
-
"solid-js": "^2.0.0-experimental.
|
|
24
|
-
"@solidjs/web": "^2.0.0-experimental.
|
|
23
|
+
"solid-js": "^2.0.0-experimental.7",
|
|
24
|
+
"@solidjs/web": "^2.0.0-experimental.7"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"solid-js": "2.0.0-experimental.
|
|
28
|
-
"@solidjs/web": "2.0.0-experimental.
|
|
27
|
+
"solid-js": "2.0.0-experimental.7",
|
|
28
|
+
"@solidjs/web": "2.0.0-experimental.7"
|
|
29
29
|
},
|
|
30
30
|
"scripts": {
|
|
31
31
|
"clean": "rimraf dist/",
|