diff options
| author | GitHub Action <[email protected]> | 2025-11-20 01:19:08 +0000 |
|---|---|---|
| committer | opencode <[email protected]> | 2025-11-20 01:27:50 +0000 |
| commit | 208af232ff1d6ec7acdae1468333867c3e7a91df (patch) | |
| tree | 7d909170d7f2981895f591aea2d60104a0caf633 | |
| parent | 600c6b4973076c19cd18f6440fc3927709a035cc (diff) | |
| download | opencode-208af232ff1d6ec7acdae1468333867c3e7a91df.tar.gz opencode-208af232ff1d6ec7acdae1468333867c3e7a91df.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 82c2e4abb..54118de1c 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 af8034808..075201c93 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 +} |
