ra2-eva-cursor-hooks 1.0.3 → 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 -5
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -88,8 +88,4 @@ Files are installed to `~/.cursor/hooks/ra2-eva/` and configured in `~/.cursor/h
88
88
 
89
89
  ## Audio Credits
90
90
 
91
- Voice lines are from **Command & Conquer: Red Alert 2** by Westwood Studios / EA Games. This is a fan project for nostalgic/educational purposes.
92
-
93
- ## License
94
-
95
- MIT
91
+ Voice lines are from **Command & Conquer: Red Alert 2** by Westwood Studios / EA Games. This is a fan project for educational purposes.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ra2-eva-cursor-hooks",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "description": "Red Alert 2 EVA voice lines for Cursor IDE hooks - nostalgic audio feedback for your coding sessions",
5
5
  "keywords": [
6
6
  "cursor",
@@ -16,7 +16,7 @@
16
16
  "license": "MIT",
17
17
  "repository": {
18
18
  "type": "git",
19
- "url": "https://github.com/toubatbrian/cursor-hooks.git"
19
+ "url": "https://github.com/Toubat/cursor-hooks.git"
20
20
  },
21
21
  "bin": {
22
22
  "ra2-eva-cursor-hooks": "./bin/install.js",