diff options
| author | GitHub Action <[email protected]> | 2025-11-18 18:35:26 +0000 |
|---|---|---|
| committer | GitHub Action <[email protected]> | 2025-11-18 18:35:26 +0000 |
| commit | d45fc030b281f8a20cefd053be5f2489ead3205c (patch) | |
| tree | 58a7183b392a47adc5a0c9119c3df69ae6b4f8f0 | |
| parent | c7042c807f11f6a9e972a941e64cca2a6193ef68 (diff) | |
| download | opencode-d45fc030b281f8a20cefd053be5f2489ead3205c.tar.gz opencode-d45fc030b281f8a20cefd053be5f2489ead3205c.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 25ad2af36..67ce6912c 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 e0af31a13..037ac8e9e 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 +} |
