jvcs 1.2.2 → 1.2.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/package.json +1 -1
  2. package/readme.md +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jvcs",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "bin": {
5
5
  "jvcs": "./index.js"
6
6
  },
package/readme.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # jvcs — A Lightweight Git & GitHub Clone
2
2
 
3
- > **jvcs** (Jag’s Version Control System) — a simple, beginner-friendly version control system built to make Git-like workflows easier to understand and use.
3
+ > **jvcs** — a simple, beginner-friendly version control system built to make Git-like workflows easier to understand and use.
4
4
  > Designed to simplify core version control operations like committing, reverting, pushing, and cloning — all without the complexity of branches or merges.
5
5
 
6
6
  ---