@gw-tools/gw 0.20.9-beta.1 → 0.20.11

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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -315,13 +315,13 @@ gw init --root /path/to/your/repo.git
315
315
  "hooks": {
316
316
  "add": {
317
317
  "pre": ["echo 'Creating worktree: {worktree}'"],
318
- "post": ["pnpm install", "echo 'Setup complete!'"]
319
- }
318
+ "post": ["pnpm install", "echo 'Setup complete!'"],
319
+ },
320
320
  },
321
321
  "cleanThreshold": 7,
322
322
  "autoClean": true,
323
323
  "updateStrategy": "merge",
324
- "lastAutoCleanTime": 1706371200000, // trailing comma OK
324
+ "lastAutoCleanTime": 1706371200000, // trailing comma OK
325
325
  }
326
326
  ```
327
327
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gw-tools/gw",
3
- "version": "0.20.9-beta.1",
3
+ "version": "0.20.11",
4
4
  "description": "A command-line tool for managing git worktrees - copy files between worktrees with ease",
5
5
  "keywords": [
6
6
  "git",