diff options
| author | GitHub Action <[email protected]> | 2025-11-29 02:44:40 +0000 |
|---|---|---|
| committer | GitHub Action <[email protected]> | 2025-11-29 02:44:40 +0000 |
| commit | b693ed0dbde9c357f85b088a9c84a68e4817cef0 (patch) | |
| tree | edfc8fd991caeb6b2c39c6adcdc8827bac300bea | |
| parent | 83f961a7c26dc08d0224d0ef54087baedb168167 (diff) | |
| download | opencode-b693ed0dbde9c357f85b088a9c84a68e4817cef0.tar.gz opencode-b693ed0dbde9c357f85b088a9c84a68e4817cef0.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 6722467e1..4efa3f44e 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 b557d7989..9287d52fa 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 +} |
