festive-effects 1.0.1 → 1.0.2

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 +1 -5
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,10 +2,6 @@
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)
8
-
9
5
  ## ✨ Features
10
6
 
11
7
  - 🎄 **12 Festival Effects** - Christmas, New Year, Valentine, Easter, Halloween, Thanksgiving, Diwali, Chinese New Year, Holi, Eid, St. Patrick's, Independence Day
@@ -156,7 +152,7 @@ To override this behavior:
156
152
 
157
153
  ## 📄 License
158
154
 
159
- MIT © [Your Name]
155
+ MIT © Harshit
160
156
 
161
157
  ---
162
158
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "festive-effects",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
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",