@aipm-registry/cli 0.3.4 → 0.3.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 +3 -3
package/README.md CHANGED
@@ -149,4 +149,4 @@ For a local or private registry, use `--registry <url>`, or set `AIPM_REGISTRY_U
149
149
  - **Registry & browse skills:** [aipm-registry.com](https://aipm-registry.com)
150
150
  - **Publishing guide:** [aipm-registry.com/publish](https://aipm-registry.com/publish)
151
151
  - **Docs & examples:** [aipm-registry.com/examples](https://aipm-registry.com/examples)
152
- - **Source code:** [github.com/aipm-registry/aipm](https://github.com/aipm-registry/aipm)
152
+ - **Source code:** [github.com/abhisri2090/aipm](https://github.com/abhisri2090/aipm)
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@aipm-registry/cli",
3
- "version": "0.3.4",
3
+ "version": "0.3.5",
4
4
  "description": "Command line tool for installing AIPM AI skills into supported editors and assistants.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
7
7
  "homepage": "https://aipm-registry.com",
8
8
  "repository": {
9
9
  "type": "git",
10
- "url": "https://github.com/aipm-registry/aipm.git",
10
+ "url": "https://github.com/abhisri2090/aipm.git",
11
11
  "directory": "apps/cli"
12
12
  },
13
13
  "bugs": {
14
- "url": "https://github.com/aipm-registry/aipm/issues"
14
+ "url": "https://github.com/abhisri2090/aipm/issues"
15
15
  },
16
16
  "main": "./dist/bin.cjs",
17
17
  "bin": {