aihezu 1.1.0 → 1.1.1

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "aihezu",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Claude Code CLI 清理工具 - 快速备份和清理 Claude Code 的本地配置和缓存,同时修改 hosts 文件实现本地代理",
5
5
  "main": "bin/ccclear.js",
6
6
  "bin": {
7
- "ccclear": "./bin/ccclear.js"
7
+ "ccclear": "bin/ccclear.js"
8
8
  },
9
9
  "scripts": {
10
10
  "test": "node bin/ccclear.js"
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "repository": {
27
27
  "type": "git",
28
- "url": "https://github.com/aihezu/npm-ccclear.git"
28
+ "url": "git+https://github.com/aihezu/npm-ccclear.git"
29
29
  },
30
30
  "bugs": {
31
31
  "url": "https://github.com/aihezu/npm-ccclear/issues"