diff options
| author | GitHub Action <[email protected]> | 2025-12-16 22:07:10 +0000 |
|---|---|---|
| committer | GitHub Action <[email protected]> | 2025-12-16 22:07:10 +0000 |
| commit | fc940dfcfb8d265a3cb0f678fa5228fbe6ad61c2 (patch) | |
| tree | b1c6920b13d92567e411d77e6c087b4bf1f9dad0 | |
| parent | 2f2ea989372393620b754604688d791978a7d7e1 (diff) | |
| download | opencode-fc940dfcfb8d265a3cb0f678fa5228fbe6ad61c2.tar.gz opencode-fc940dfcfb8d265a3cb0f678fa5228fbe6ad61c2.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 0febe1a10..7ebdcbe1d 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 e596b9d6e..fdae55022 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 +} |
