diff options
| author | GitHub Action <[email protected]> | 2025-11-22 04:48:52 +0000 |
|---|---|---|
| committer | GitHub Action <[email protected]> | 2025-11-22 04:48:52 +0000 |
| commit | d1102c33ac123be57156d03a29e73f31ad9585a2 (patch) | |
| tree | 491e828eca36231ed3e4048556dfb5b3416d515b | |
| parent | aabbd3383cf6deb4b0845dfb910becc1c6fe6dff (diff) | |
| download | opencode-d1102c33ac123be57156d03a29e73f31ad9585a2.tar.gz opencode-d1102c33ac123be57156d03a29e73f31ad9585a2.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 46acb22d5..ae389a5e7 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 fa07a881d..634f7e5b3 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 +} |
