diff options
| author | GitHub Action <[email protected]> | 2025-11-09 01:38:01 +0000 |
|---|---|---|
| committer | GitHub Action <[email protected]> | 2025-11-09 01:38:01 +0000 |
| commit | 0a2801444b3edaf41d011090090b8eb821292537 (patch) | |
| tree | 5353e48fb3bba72cc8325f328f944651140e4811 | |
| parent | c9adbc7c212313c2115720ab59e2b94614afb6d2 (diff) | |
| download | opencode-0a2801444b3edaf41d011090090b8eb821292537.tar.gz opencode-0a2801444b3edaf41d011090090b8eb821292537.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 8e85b6dc3..4324c5c77 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 50920029a..8e9a12e74 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 +} |
