@sarthak03dot/romantic-animations 1.2.3 → 1.2.5

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 -2
  2. package/package.json +5 -2
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # 💖 Romantic Animations v1.2.0
1
+ # 💖 Romantic Animations v1.2.5
2
2
 
3
3
  <p align="center">
4
4
  <b>A premium, lightweight, zero-dependency JavaScript canvas particle library for gorgeous romantic & celebratory effects.</b>
@@ -69,7 +69,7 @@ pnpm add @sarthak03dot/romantic-animations
69
69
  yarn add @sarthak03dot/romantic-animations
70
70
  ```
71
71
 
72
- ---
72
+ ---
73
73
 
74
74
  ## ✨ Available Animations & API reference
75
75
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sarthak03dot/romantic-animations",
3
- "version": "1.2.3",
3
+ "version": "1.2.5",
4
4
  "description": "Romantic & celebratory canvas animations — hearts, sparkles, fireworks, confetti, star fields and more. Zero dependencies.",
5
5
  "homepage": "https://github.com/sarthak03dot/romantic-animations#readme",
6
6
  "bugs": {
@@ -46,9 +46,12 @@
46
46
  "build": "vite build",
47
47
  "build:demo": "vite build --config vite.demo.config.js",
48
48
  "preview": "vite preview",
49
- "prepublishOnly": "npm run build"
49
+ "prepublishOnly": "npm run build",
50
+ "predeploy": "npm run build:demo",
51
+ "deploy": "gh-pages -d demo-dist"
50
52
  },
51
53
  "devDependencies": {
54
+ "gh-pages": "^6.3.0",
52
55
  "vite": "^7.0.2"
53
56
  }
54
57
  }