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.
- package/README.md +1 -5
- 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
|
-
[](https://www.npmjs.com/package/festive-effects)
|
|
6
|
-
[](https://bundlephobia.com/package/festive-effects)
|
|
7
|
-
[](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 ©
|
|
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.
|
|
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",
|