@nguyenphp/antigravity-marketing 1.0.4 → 1.0.6

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 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -38,7 +38,7 @@ This project is built upon and includes skills from:
38
38
 
39
39
  | YouTube (16:9) | TikTok / Reels (9:16) |
40
40
  |:---:|:---:|
41
- | ![Antigravity Promo 16:9](file:///Users/mobileapp/Documents/antigravity-marketing/docs/assets/videos/antigravity-promo-169.mp4) | ![Antigravity Promo 9:16](file:///Users/mobileapp/Documents/antigravity-marketing/docs/assets/videos/antigravity-promo-916.mp4) |
41
+ | <video src="docs/assets/videos/antigravity-promo-169.mp4" width="100%" controls></video> | <video src="docs/assets/videos/antigravity-promo-916.mp4" width="100%" controls></video> |
42
42
 
43
43
  ## 🧠 Skills (25)
44
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nguyenphp/antigravity-marketing",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "description": "Marketing-focused AI agent skills kit for Gemini CLI",
5
5
  "main": "bin/index.js",
6
6
  "type": "module",
@@ -44,4 +44,4 @@
44
44
  "publishConfig": {
45
45
  "access": "public"
46
46
  }
47
- }
47
+ }