festive-effects 1.0.2 → 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.
- package/README.md +2 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Beautiful, performant festival animations for React.
|
|
4
4
|
|
|
5
|
+
**[🎨 Live Demo](https://festive-effects.vercel.app)** | **[📦 npm](https://www.npmjs.com/package/festive-effects)**
|
|
6
|
+
|
|
5
7
|
## ✨ Features
|
|
6
8
|
|
|
7
9
|
- 🎄 **12 Festival Effects** - Christmas, New Year, Valentine, Easter, Halloween, Thanksgiving, Diwali, Chinese New Year, Holi, Eid, St. Patrick's, Independence Day
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "festive-effects",
|
|
3
|
-
"version": "1.0.
|
|
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",
|
|
@@ -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",
|