diff options
| author | GitHub Action <[email protected]> | 2025-11-11 17:34:09 +0000 |
|---|---|---|
| committer | GitHub Action <[email protected]> | 2025-11-11 17:34:09 +0000 |
| commit | 62b82570e175c8a3d277689de4d35039b484231b (patch) | |
| tree | 9ad50ebf00c764d716da9145400a40282d96bd11 | |
| parent | 4bf75c0b44e50a0d18bc512d10d61e4cf2b84f9d (diff) | |
| download | opencode-62b82570e175c8a3d277689de4d35039b484231b.tar.gz opencode-62b82570e175c8a3d277689de4d35039b484231b.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 bc138d12a..199bf7ec8 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 6f7f1509a..fa2b0674d 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 +} |
