diff options
| author | GitHub Action <[email protected]> | 2025-11-26 17:26:46 +0000 |
|---|---|---|
| committer | GitHub Action <[email protected]> | 2025-11-26 17:26:46 +0000 |
| commit | e8e474597cbdacf67970465699752ea360cea79b (patch) | |
| tree | f2a30ca5e5796fefffc01f259f129236976cd6f6 | |
| parent | 382758790c00fbea8c2ec6a4b2dab0e1959320fd (diff) | |
| download | opencode-e8e474597cbdacf67970465699752ea360cea79b.tar.gz opencode-e8e474597cbdacf67970465699752ea360cea79b.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 c60104e87..90159f73b 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 0566b19d2..af95a2193 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 +} |
