@ngcodes/ccpm 0.4.1 → 0.4.3

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 +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -24,7 +24,7 @@ npm i -g @ngcodes/ccpm
24
24
  curl -fsSL https://raw.githubusercontent.com/nitin-1926/claude-code-profile-manager/main/scripts/install.sh | sh
25
25
 
26
26
  # go
27
- go install github.com/nitin-1926/ccpm@latest
27
+ go install github.com/nitin-1926/claude-code-profile-manager/ccpm@latest
28
28
  ```
29
29
 
30
30
  ## Quick start
@@ -155,7 +155,7 @@ Contributions are welcome. Please open an issue first to discuss what you want t
155
155
  1. Fork the repo
156
156
  2. Create a feature branch (`git checkout -b feature/your-feature`)
157
157
  3. Make your changes
158
- 4. Run tests (`cd cli && go test ./...`)
158
+ 4. Run tests (`cd ccpm && go test ./...`)
159
159
  5. Open a pull request
160
160
 
161
161
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ngcodes/ccpm",
3
- "version": "0.4.1",
3
+ "version": "0.4.3",
4
4
  "description": "Claude Code Profile Manager — manage multiple Claude Code accounts with isolated profiles",
5
5
  "bin": {
6
6
  "ccpm": "bin/ccpm"
@@ -32,7 +32,7 @@
32
32
  "type": "git",
33
33
  "url": "git+https://github.com/nitin-1926/claude-code-profile-manager.git"
34
34
  },
35
- "homepage": "https://github.com/nitin-1926/claude-code-profile-manager",
35
+ "homepage": "https://ccpm.nitingupta.xyz",
36
36
  "bugs": {
37
37
  "url": "https://github.com/nitin-1926/claude-code-profile-manager/issues"
38
38
  },