diff options
| author | GitHub Action <[email protected]> | 2025-11-07 21:28:26 +0000 |
|---|---|---|
| committer | GitHub Action <[email protected]> | 2025-11-07 21:28:26 +0000 |
| commit | d31f97343cb38bf0f67db30c993091600d107de2 (patch) | |
| tree | 816e17dbdc5ca59293971bea4514a1354a137969 | |
| parent | 536d10e5abcf43a439ccb48fc8e1447d2cbe131e (diff) | |
| download | opencode-d31f97343cb38bf0f67db30c993091600d107de2.tar.gz opencode-d31f97343cb38bf0f67db30c993091600d107de2.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 96f2c8146..99b80ed72 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 1bf28cee8..c04d88856 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 +} |
