diff options
| author | GitHub Action <[email protected]> | 2025-12-04 04:29:03 +0000 |
|---|---|---|
| committer | GitHub Action <[email protected]> | 2025-12-04 04:29:03 +0000 |
| commit | 2e63fedb767069cbec4cebe8df84d4867712e967 (patch) | |
| tree | 570a6059f793a8ace6c8fc25e2a6a0a257668285 | |
| parent | 5a9f4e5c606ece93653fff11f460caefec5df303 (diff) | |
| download | opencode-2e63fedb767069cbec4cebe8df84d4867712e967.tar.gz opencode-2e63fedb767069cbec4cebe8df84d4867712e967.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 2d21e6302..da5e3450e 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 c25c51bce..a811885e1 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 +} |
