diff options
| author | Aiden Cline <[email protected]> | 2026-04-20 00:49:46 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-04-20 00:49:46 -0500 |
| commit | e539efe2b9a627927ffcb1420098a69038d042e2 (patch) | |
| tree | c2a63687ba9358aa6b2792925929971b1c623fea /package.json | |
| parent | 687b7588820df02dfe7397a399f213f394aa6b09 (diff) | |
| download | opencode-e539efe2b9a627927ffcb1420098a69038d042e2.tar.gz opencode-e539efe2b9a627927ffcb1420098a69038d042e2.zip | |
fix: patch arborist to get around bun bug (#23460)
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 063226ad0..06bf9c91a 100644 --- a/package.json +++ b/package.json @@ -127,6 +127,7 @@ "@types/node": "catalog:" }, "patchedDependencies": { + "@npmcli/[email protected]": "patches/@npmcli%[email protected]", "@standard-community/[email protected]": "patches/@standard-community%[email protected]", "[email protected]": "patches/[email protected]" } |
