@hypercodingdev/zit 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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -18,7 +18,7 @@ Under the hood, `zit` uses:
18
18
  ## Installation
19
19
 
20
20
  ```shell
21
- npm install -g zit-cli
21
+ npm install -g @hypercodingdev/zit
22
22
  ```
23
23
 
24
24
  Requires Node.js >= 18, `git`, and `ssh-keygen`.
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.0.0",
6
+ "version": "1.0.1",
7
7
  "description": "Folder-based Git identity manager. Associate workspace folders with Git accounts — SSH keys, author name, and email are applied automatically.",
8
8
  "main": "dist/cli.js",
9
9
  "bin": {