diff options
| author | GitHub Action <[email protected]> | 2025-11-21 22:42:39 +0000 |
|---|---|---|
| committer | GitHub Action <[email protected]> | 2025-11-21 22:42:39 +0000 |
| commit | 78239045ba8cfe33115711ad0ba83601ef09bece (patch) | |
| tree | 77929b083311a8d33756118cf9ecd858bdd3441d | |
| parent | d8b60875c4f317cd0fa3b64edcc16af617592b3e (diff) | |
| download | opencode-78239045ba8cfe33115711ad0ba83601ef09bece.tar.gz opencode-78239045ba8cfe33115711ad0ba83601ef09bece.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 532bb055f..9c7582b34 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 fe3c9eb04..12d4b5723 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 +} |
