rocket-cursor-component 1.0.2 → 1.0.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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -49,7 +49,7 @@ export default App;
49
49
 
50
50
  Here’s a demo of the Rocket Cursor in action:
51
51
 
52
- ![Rocket Cursor Demo](./assets/rocket-cursor-demo.gif)
52
+ ![Rocket Cursor Demo](https://github.com/No898/RocketCursor/raw/main/assets/rocket-cursor-demo.gif)
53
53
 
54
54
  ## Changelog
55
55
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rocket-cursor-component",
3
- "version": "1.0.2",
3
+ "version": "1.0.5",
4
4
  "description": "A customizable React component that replaces the cursor with an animated rocket.",
5
5
  "main": "dist/rocket.Cursor.js",
6
6
  "types": "dist/rocket.Cursor.d.ts",