vibe-code-explainer 0.1.9 → 0.1.10

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 +4 -4
package/README.md CHANGED
@@ -434,6 +434,6 @@ MIT
434
434
 
435
435
  ## Contributing
436
436
 
437
- Source code: https://github.com/Beleleoo/CodeExplainer
437
+ Source code: https://github.com/easycao/Code-Explainer
438
438
 
439
439
  Issues and pull requests welcome.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vibe-code-explainer",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "Real-time diff explanations for vibe coders using Claude Code",
5
5
  "type": "module",
6
6
  "bin": {
@@ -25,12 +25,12 @@
25
25
  "license": "MIT",
26
26
  "repository": {
27
27
  "type": "git",
28
- "url": "git+https://github.com/Beleleoo/CodeExplainer.git"
28
+ "url": "git+https://github.com/easycao/Code-Explainer.git"
29
29
  },
30
30
  "bugs": {
31
- "url": "https://github.com/Beleleoo/CodeExplainer/issues"
31
+ "url": "https://github.com/easycao/Code-Explainer/issues"
32
32
  },
33
- "homepage": "https://github.com/Beleleoo/CodeExplainer#readme",
33
+ "homepage": "https://github.com/easycao/Code-Explainer#readme",
34
34
  "files": [
35
35
  "dist",
36
36
  "README.md",