diff options
| author | Dax Raad <[email protected]> | 2025-06-17 11:27:07 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-06-17 11:27:07 -0400 |
| commit | ee91f31313655e8282d4d19b1c67deb249153b5d (patch) | |
| tree | 8fe3066a839851ec0f06d78cac9f088d9a49361f /package.json | |
| parent | 57b3051024bb3e684d7601c0dc843ba8637fe264 (diff) | |
| download | opencode-ee91f31313655e8282d4d19b1c67deb249153b5d.tar.gz opencode-ee91f31313655e8282d4d19b1c67deb249153b5d.zip | |
fix issue with tool schemas and google
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json index f454d7d9f..d3968d5d4 100644 --- a/package.json +++ b/package.json @@ -37,5 +37,8 @@ "esbuild", "protobufjs", "sharp" - ] + ], + "patchedDependencies": { + "[email protected]": "patches/[email protected]" + } } |
