diff options
| author | GitHub Action <[email protected]> | 2025-12-10 13:49:23 +0000 |
|---|---|---|
| committer | opencode <[email protected]> | 2025-12-10 13:53:21 +0000 |
| commit | 4a23052778f15dce2a1d4451101f53096891a97a (patch) | |
| tree | 2b4d83cd7780e9ee40ae9e83790f3d8ace6c0812 | |
| parent | ee4190aa415163ca5597a08e87f7966ab8f63bfe (diff) | |
| download | opencode-4a23052778f15dce2a1d4451101f53096891a97a.tar.gz opencode-4a23052778f15dce2a1d4451101f53096891a97a.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 8aadcef19..f036a7cb3 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 74669ac56..f4bb68eb5 100644 --- a/packages/sdk/js/package.json +++ b/packages/sdk/js/package.json @@ -29,4 +29,4 @@ "publishConfig": { "directory": "dist" } -}
\ No newline at end of file +} |
