diff options
| author | GitHub Action <[email protected]> | 2025-11-21 22:30:46 +0000 |
|---|---|---|
| committer | GitHub Action <[email protected]> | 2025-11-21 22:30:46 +0000 |
| commit | 082a330ea3cb5d1df269636f164530cba2a4cf0f (patch) | |
| tree | 2e5ec26993ddeb67b233dd8d961d258173bb78ae | |
| parent | adf7df0d5c93eba7a430fa55879bbad479bf64ca (diff) | |
| download | opencode-082a330ea3cb5d1df269636f164530cba2a4cf0f.tar.gz opencode-082a330ea3cb5d1df269636f164530cba2a4cf0f.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 7f9621420..9e43362c9 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 edc181f03..806dc0df2 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 +} |
