skill-base-cli 1.0.0 → 1.0.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,6 +1,6 @@
1
1
  {
2
2
  "name": "skill-base-cli",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Skill Base CLI - 命令行工具,用于搜索、安装、更新和发布 AI Agent Skills",
5
5
  "type": "module",
6
6
  "bin": {
@@ -17,9 +17,9 @@
17
17
  "license": "MIT",
18
18
  "repository": {
19
19
  "type": "git",
20
- "url": ""
20
+ "url": "git+https://github.com/ginuim/skill-base.git"
21
21
  },
22
- "homepage": "",
22
+ "homepage": "https://github.com/ginuim/skill-base#readme",
23
23
  "files": [
24
24
  "bin",
25
25
  "lib"