diff options
| author | Aiden Cline <[email protected]> | 2025-12-10 14:48:52 -0600 |
|---|---|---|
| committer | Aiden Cline <[email protected]> | 2025-12-10 14:48:52 -0600 |
| commit | 6288a032fd5c0ea7085e2f31071212147fed1cfe (patch) | |
| tree | fb3abbbc1773ac5f8118cc05efd3af0ba38f6317 /package.json | |
| parent | 31e6ed6806927d3ffd925d12fe6cd1df14cd6a25 (diff) | |
| download | opencode-6288a032fd5c0ea7085e2f31071212147fed1cfe.tar.gz opencode-6288a032fd5c0ea7085e2f31071212147fed1cfe.zip | |
bump bun to 1.3.4
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 b866c9bdf..65c8b5a81 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", |
