diff options
| author | GitHub Action <[email protected]> | 2025-11-07 00:14:59 +0000 |
|---|---|---|
| committer | GitHub Action <[email protected]> | 2025-11-07 00:14:59 +0000 |
| commit | d1962ca5a7e65c50235e9c389772331e7cd7a0fe (patch) | |
| tree | aa98d4ae601d9cea7ebe09ac6a6caac0fe80d745 | |
| parent | 25f31f30969c13d3f4dcea671f6f0a6f827a34a2 (diff) | |
| download | opencode-d1962ca5a7e65c50235e9c389772331e7cd7a0fe.tar.gz opencode-d1962ca5a7e65c50235e9c389772331e7cd7a0fe.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 4b256a605..45c2b6b16 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 0c33d18aa..c2aa9a20b 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 +} |
