diff options
| author | GitHub Action <[email protected]> | 2025-11-27 03:08:33 +0000 |
|---|---|---|
| committer | GitHub Action <[email protected]> | 2025-11-27 03:08:33 +0000 |
| commit | c90987c4b0d4e9e57343c792af789d42b9ba4101 (patch) | |
| tree | ca73ec5b29be78bf6634cc4fd77a5a2289b80a4d | |
| parent | 0e08655407280f998ec37f5f5539143af8b41f40 (diff) | |
| download | opencode-c90987c4b0d4e9e57343c792af789d42b9ba4101.tar.gz opencode-c90987c4b0d4e9e57343c792af789d42b9ba4101.zip | |
chore: format code
| -rw-r--r-- | packages/plugin/package.json | 2 | ||||
| -rw-r--r-- | packages/sdk/js/package.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/plugin/package.json b/packages/plugin/package.json index c09d43a0e..c7381391a 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -24,4 +24,4 @@ "typescript": "catalog:", "@typescript/native-preview": "catalog:" } -}
\ No newline at end of file +} diff --git a/packages/sdk/js/package.json b/packages/sdk/js/package.json index ced0e6724..46e9b7de4 100644 --- a/packages/sdk/js/package.json +++ b/packages/sdk/js/package.json @@ -26,4 +26,4 @@ "publishConfig": { "directory": "dist" } -}
\ No newline at end of file +} |
