diff options
| author | GitHub Action <[email protected]> | 2025-12-03 16:47:25 +0000 |
|---|---|---|
| committer | GitHub Action <[email protected]> | 2025-12-03 16:47:25 +0000 |
| commit | 0eb97086fce1283047fd2296fcdbc37b09b4763f (patch) | |
| tree | 17e96b72336433334d2c70dd02a6f7d069cdb0dc | |
| parent | 5b34636afa869dfe33cd0546128171ad76d82519 (diff) | |
| download | opencode-0eb97086fce1283047fd2296fcdbc37b09b4763f.tar.gz opencode-0eb97086fce1283047fd2296fcdbc37b09b4763f.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 8df84bfdc..2871fc7db 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 0995f1192..9ea1689ae 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 +} |
