diff options
| author | Dax Raad <[email protected]> | 2025-11-11 01:24:10 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-11-11 01:24:17 -0500 |
| commit | ecf5040966315ac7a6ce9d772810b9b1de23952a (patch) | |
| tree | b0b36844a815e3aebfaca37f3929f13bba1b3a81 /package.json | |
| parent | 7d56603c2673a0d7659082af1316fc4672d6d857 (diff) | |
| download | opencode-ecf5040966315ac7a6ce9d772810b9b1de23952a.tar.gz opencode-ecf5040966315ac7a6ce9d772810b9b1de23952a.zip | |
tui: update @opentui/core to v0.1.39 and fix build script for new target format
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 0e6ab4c68..13df96d39 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "AI-powered development tool", "private": true, "type": "module", - "packageManager": "[email protected]", + "packageManager": "[email protected]", "scripts": { "dev": "bun run --cwd packages/opencode --conditions=browser src/index.ts", "typecheck": "bun turbo typecheck", |
