diff options
| author | GitHub Action <[email protected]> | 2025-11-21 00:44:40 +0000 |
|---|---|---|
| committer | opencode <[email protected]> | 2025-11-21 00:49:39 +0000 |
| commit | 3b005d29d7eaa1de862d3331aaafc31247be4440 (patch) | |
| tree | 19021798e4b2902b4c10cc999fdd44a846423557 | |
| parent | 635f70f47721c3b56a817fabd5a4e4f6d60f3180 (diff) | |
| download | opencode-3b005d29d7eaa1de862d3331aaafc31247be4440.tar.gz opencode-3b005d29d7eaa1de862d3331aaafc31247be4440.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 926661864..7e2d1ecd8 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 a170bf03e..1defd9a19 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 +} |
