festive-effects 1.0.1 → 1.0.3

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.
Files changed (2) hide show
  1. package/README.md +2 -4
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -2,9 +2,7 @@
2
2
 
3
3
  Beautiful, performant festival animations for React.
4
4
 
5
- [![npm version](https://img.shields.io/npm/v/festive-effects.svg)](https://www.npmjs.com/package/festive-effects)
6
- [![bundle size](https://img.shields.io/bundlephobia/minzip/festive-effects)](https://bundlephobia.com/package/festive-effects)
7
- [![license](https://img.shields.io/npm/l/festive-effects.svg)](https://github.com/your-username/festive-effects/blob/main/LICENSE)
5
+ **[🎨 Live Demo](https://festive-effects.vercel.app)** | **[📦 npm](https://www.npmjs.com/package/festive-effects)**
8
6
 
9
7
  ## ✨ Features
10
8
 
@@ -156,7 +154,7 @@ To override this behavior:
156
154
 
157
155
  ## 📄 License
158
156
 
159
- MIT © [Your Name]
157
+ MIT © Harshit
160
158
 
161
159
  ---
162
160
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "festive-effects",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "A React component library for festival-themed visual effects",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -40,7 +40,7 @@
40
40
  "visual-effects",
41
41
  "overlay"
42
42
  ],
43
- "author": "",
43
+ "author": "Harshit",
44
44
  "license": "MIT",
45
45
  "repository": {
46
46
  "type": "git",
@@ -49,7 +49,7 @@
49
49
  "bugs": {
50
50
  "url": ""
51
51
  },
52
- "homepage": "",
52
+ "homepage": "https://festive-effects.vercel.app",
53
53
  "peerDependencies": {
54
54
  "react": ">=17.0.0 <20.0.0",
55
55
  "react-dom": ">=17.0.0 <20.0.0",