diff options
| author | GitHub Action <[email protected]> | 2025-11-25 03:59:28 +0000 |
|---|---|---|
| committer | GitHub Action <[email protected]> | 2025-11-25 03:59:28 +0000 |
| commit | 56fe84e5165bafadeb96168b63592cc4ebb61357 (patch) | |
| tree | d23762a3b1369acce63ff65d201a98824edc4020 | |
| parent | 69d1381ba334037cc57eef483c1b23b58b0f314e (diff) | |
| download | opencode-56fe84e5165bafadeb96168b63592cc4ebb61357.tar.gz opencode-56fe84e5165bafadeb96168b63592cc4ebb61357.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 f026a7538..8b55b0689 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 cf2861858..d65d93a4e 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 +} |
