cursor-fx 1.1.2 → 1.1.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -6,7 +6,7 @@ Beautiful, customizable cursor particle effects for React and vanilla JavaScript
6
6
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
7
7
  [![TypeScript](https://img.shields.io/badge/TypeScript-Ready-blue.svg)](https://www.typescriptlang.org/)
8
8
 
9
- **[🎮 Live Demo](https://antopravin-dev.github.io/cursor-fx)** | **[📖 Documentation](#-api-reference)** | **[⭐ GitHub](https://github.com/antopravin-dev/cursor-fx)**
9
+ **[🎮 Live Demo](https://www.antoprav.in/work/cursor-fx)** | **[📖 Documentation](#-api-reference)** | **[⭐ GitHub](https://github.com/antopravin-dev/cursor-fx)**
10
10
 
11
11
  ## ✨ Features
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cursor-fx",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "Beautiful, customizable cursor effects for React and vanilla JavaScript. Add magical fairy dust particles that follow your cursor with minimal setup.",
5
5
  "author": "Anto Pravin C <antopravin.dev@gmail.com>",
6
6
  "license": "MIT",
@@ -8,7 +8,7 @@
8
8
  "type": "git",
9
9
  "url": "https://github.com/antopravin-dev/cursor-fx.git"
10
10
  },
11
- "homepage": "https://antopravin-dev.github.io/cursor-fx",
11
+ "homepage": "https://www.antoprav.in/work/cursor-fx",
12
12
  "bugs": {
13
13
  "url": "https://github.com/antopravin-dev/cursor-fx/issues"
14
14
  },