diff options
| author | GitHub Action <[email protected]> | 2025-11-17 21:46:10 +0000 |
|---|---|---|
| committer | GitHub Action <[email protected]> | 2025-11-17 21:46:10 +0000 |
| commit | ad9d83748c01eea1144a2e51a0c72861bc3c438b (patch) | |
| tree | 2a268ad912ace70085ea603a58edaa8fa0dc876d | |
| parent | 55b57e1aaea67462c6a6f320aa3b22b95978e3f7 (diff) | |
| download | opencode-ad9d83748c01eea1144a2e51a0c72861bc3c438b.tar.gz opencode-ad9d83748c01eea1144a2e51a0c72861bc3c438b.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 3ae608d6f..c7886c9a0 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 f2dca9656..65c363975 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 +} |
