@rishab3355/chefora-ui 0.0.1
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 +7 -0
- package/package.json +11 -0
package/README.md
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# @rishab3355/chefora-ui
|
|
2
|
+
|
|
3
|
+
**Placeholder — do not install.** This `0.0.1` publish exists only to verify the
|
|
4
|
+
release pipeline (scope, access, token) before the real library was written.
|
|
5
|
+
|
|
6
|
+
The actual Chefora UI component library — a StencilJS set of web components used
|
|
7
|
+
by the Chefora recipe finder and meal planner — starts at `0.1.0`.
|
package/package.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@rishab3355/chefora-ui",
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"description": "Placeholder reserving the name. The real Chefora UI component library follows in 0.1.0.",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"keywords": ["chefora", "placeholder"],
|
|
7
|
+
"repository": {
|
|
8
|
+
"type": "git",
|
|
9
|
+
"url": "git+https://github.com/rishab3355/chefora.git"
|
|
10
|
+
}
|
|
11
|
+
}
|