diff options
| author | GitHub Action <[email protected]> | 2025-11-27 11:06:46 +0000 |
|---|---|---|
| committer | GitHub Action <[email protected]> | 2025-11-27 11:06:46 +0000 |
| commit | d6ef47bb2d9b2c507a16d5944edbf32837d05f59 (patch) | |
| tree | c7164dbcc7cb60d2234d375d02b78b14ab3838f4 | |
| parent | 50fd416d49c86451462e8d49c9fea1b3f5584d93 (diff) | |
| download | opencode-d6ef47bb2d9b2c507a16d5944edbf32837d05f59.tar.gz opencode-d6ef47bb2d9b2c507a16d5944edbf32837d05f59.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 d4875c3a3..5cf3c465b 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 1b9dc0fcf..a0c125c68 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 +} |
