diff options
| author | GitHub Action <[email protected]> | 2025-11-08 22:27:51 +0000 |
|---|---|---|
| committer | GitHub Action <[email protected]> | 2025-11-08 22:27:51 +0000 |
| commit | 83b16cb18ea9a72f318f2cdb783bdeefd5d02700 (patch) | |
| tree | 22c82887772c8063bcd4f41ba8062415b2a469a5 | |
| parent | 431ffc94f5b89d97a75d45a298714f32d060caed (diff) | |
| download | opencode-83b16cb18ea9a72f318f2cdb783bdeefd5d02700.tar.gz opencode-83b16cb18ea9a72f318f2cdb783bdeefd5d02700.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 28bcc1421..351dcc188 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 1a1dea3d3..d1d145cb8 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 +} |
