RubyGems
npm
Organizations
Log in
Sign up
npm
@lwc/ssr-runtime
Versions diffs
0.0.1
@lwc/ssr-runtime 0.0.1
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/README.md
+3
-0
package/package.json
+8
-0
package/README.md
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
# @lwc/ssr-runtime
2
+
3
+
Holding package.
package/package.json
ADDED
Viewed
@@ -0,0 +1,8 @@
1
+
{
2
+
"name": "@lwc/ssr-runtime",
3
+
"version": "0.0.1",
4
+
"description": "Holding package",
5
+
"scripts": {
6
+
},
7
+
"license": "MIT"
8
+
}