diff options
| author | GitHub Action <[email protected]> | 2025-12-12 21:44:09 +0000 |
|---|---|---|
| committer | GitHub Action <[email protected]> | 2025-12-12 21:44:09 +0000 |
| commit | ce37e11bfea70d02793c960da06f856fc5221c9b (patch) | |
| tree | a729f7547764c62234a44ef7954d9ff0186e1deb | |
| parent | 6e9833acce1bf0346ba0abc2fe1dbce7ab703176 (diff) | |
| download | opencode-ce37e11bfea70d02793c960da06f856fc5221c9b.tar.gz opencode-ce37e11bfea70d02793c960da06f856fc5221c9b.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 918ca59a4..9cf977234 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 083e148a8..fb57b6520 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 +} |
