opencode-worktree 0.2.2 → 0.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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-worktree",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "TUI for managing git worktrees with opencode integration.",
@@ -28,7 +28,7 @@
28
28
  "dev": "bun src/cli.ts",
29
29
  "build:single": "bun run script/build.ts --single",
30
30
  "build:all": "bun run script/build.ts",
31
- "publish": "bun run script/publish.ts"
31
+ "release:publish": "bun run script/publish.ts"
32
32
  },
33
33
  "files": [
34
34
  "bin",