diff options
| author | Aiden Cline <[email protected]> | 2025-08-03 16:13:35 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-03 16:13:35 -0500 |
| commit | 3b36822696442aeeb3633c20059e8407a7d31029 (patch) | |
| tree | 8ae690806ea8eb4b4db21087c30ae2f64fda456a /package.json | |
| parent | 5b731479d5086e5703c1d25394db73e6fb0431b8 (diff) | |
| download | opencode-3b36822696442aeeb3633c20059e8407a7d31029.tar.gz opencode-3b36822696442aeeb3633c20059e8407a7d31029.zip | |
fix: patch marked-shiki (#1569)
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json index 7054e2871..89fc3456f 100644 --- a/package.json +++ b/package.json @@ -43,5 +43,7 @@ "protobufjs", "sharp" ], - "patchedDependencies": {} + "patchedDependencies": { + "[email protected]": "patches/[email protected]" + } } |
