@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
  1. package/README.md +3 -0
  2. package/package.json +8 -0
package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # @lwc/ssr-runtime
2
+
3
+ Holding package.
package/package.json ADDED
@@ -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
+ }