diff options
| author | GitHub Action <[email protected]> | 2025-11-27 01:32:04 +0000 |
|---|---|---|
| committer | GitHub Action <[email protected]> | 2025-11-27 01:32:04 +0000 |
| commit | 04b6e728205b98d4a87291c8e7741b19187afa4b (patch) | |
| tree | 79b07400e1a7b56a2c5d7e139a0089f06326e881 | |
| parent | 501a2539c73278f11a7c8d97c8fec0723a22971d (diff) | |
| download | opencode-04b6e728205b98d4a87291c8e7741b19187afa4b.tar.gz opencode-04b6e728205b98d4a87291c8e7741b19187afa4b.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 e072fedd7..b8bd3acb2 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 670188de4..633c62668 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 +} |
