@solidjs/h 2.0.0-rc.0 → 2.0.0-rc.2
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/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@solidjs/h",
|
|
3
3
|
"description": "Hyperscript / h() factory for Solid — write components without compiled JSX.",
|
|
4
|
-
"version": "2.0.0-rc.
|
|
4
|
+
"version": "2.0.0-rc.2",
|
|
5
5
|
"author": "Ryan Carniato",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"homepage": "https://solidjs.com",
|
|
@@ -63,11 +63,11 @@
|
|
|
63
63
|
"./types/*": "./types/*"
|
|
64
64
|
},
|
|
65
65
|
"peerDependencies": {
|
|
66
|
-
"@solidjs/web": "^2.0.0-rc.
|
|
66
|
+
"@solidjs/web": "^2.0.0-rc.2"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
|
-
"@solidjs/web": "2.0.0-rc.
|
|
70
|
-
"solid-js": "2.0.0-rc.
|
|
69
|
+
"@solidjs/web": "2.0.0-rc.2",
|
|
70
|
+
"solid-js": "2.0.0-rc.2"
|
|
71
71
|
},
|
|
72
72
|
"scripts": {
|
|
73
73
|
"build": "npm-run-all -nl build:clean types:copy build:js",
|