@wipzent/github-sync 1.0.2 → 1.0.4

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 +1 -2
package/README.md CHANGED
@@ -36,7 +36,7 @@ npx @wipzent/github-sync sync <repo-name>
36
36
  #### 1. Sync a Repository
37
37
  Automatically sync a personal repo to an organization mirror:
38
38
  ```bash
39
- wipzent-sync sync Nick9311/my-project
39
+ wipzent-sync sync clientUsername/clientRepoName
40
40
  ```
41
41
 
42
42
  #### 2. Manual Setup
package/package.json CHANGED
@@ -1,11 +1,10 @@
1
1
  {
2
2
  "name": "@wipzent/github-sync",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "Professional Git history normalization and repository synchronization tool",
5
5
  "type": "module",
6
6
  "main": "dist/mcp/server.js",
7
7
  "bin": {
8
- "wipzent-sync": "dist/cli/index.js",
9
8
  "github-sync": "dist/cli/index.js"
10
9
  },
11
10
  "files": [