diff options
| author | GitHub Action <[email protected]> | 2025-11-09 06:01:58 +0000 |
|---|---|---|
| committer | GitHub Action <[email protected]> | 2025-11-09 06:01:58 +0000 |
| commit | 70a6fe96ea8e16566c44123f8b7ce4c3e78604f4 (patch) | |
| tree | 145c5c2634b6434cf3528a9fb5aa15b081175636 | |
| parent | 6e5971dff22490713e89b1e69e6078ab0fc158de (diff) | |
| download | opencode-70a6fe96ea8e16566c44123f8b7ce4c3e78604f4.tar.gz opencode-70a6fe96ea8e16566c44123f8b7ce4c3e78604f4.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 a2b79dbeb..8c8bccae2 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 b5f1e8eef..333af98d6 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 +} |
