ui-ingredients 0.0.1 → 0.0.2

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 +2 -0
  2. package/package.json +5 -1
package/README.md CHANGED
@@ -71,3 +71,5 @@ npm install ui-ingredients
71
71
  - 🟢 Toast
72
72
  - 🟢 ToggleGroup
73
73
  - 🟢 Tooltip
74
+
75
+ View components demo [here](https://ui-ingredients.vercel.app/)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ui-ingredients",
3
3
  "type": "module",
4
- "version": "0.0.1",
4
+ "version": "0.0.2",
5
5
  "packageManager": "pnpm@9.7.0",
6
6
  "svelte": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",
@@ -24,6 +24,10 @@
24
24
  "type": "git",
25
25
  "url": "git@github.com:calvo-jp/ui-ingredients.git"
26
26
  },
27
+ "bugs": {
28
+ "url": "https://github.com/calvo-jp/ui-ingredients/issues",
29
+ "email": "calvojp92@gmail.com"
30
+ },
27
31
  "description": "Headless component library for Svelte powered by zag",
28
32
  "keywords": [
29
33
  "Svelte",