diff options
| author | GitHub Action <[email protected]> | 2025-12-15 20:09:08 +0000 |
|---|---|---|
| committer | GitHub Action <[email protected]> | 2025-12-15 20:09:08 +0000 |
| commit | 62cc532eccd99e849567cdecff00a239ae658237 (patch) | |
| tree | 33802c666643bca9038c1ea4a3e17b664bcce689 | |
| parent | d5a506d4ae124d3ea8ea2911dee50e2f48fa3527 (diff) | |
| download | opencode-62cc532eccd99e849567cdecff00a239ae658237.tar.gz opencode-62cc532eccd99e849567cdecff00a239ae658237.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 4aa2c0279..d70f0b882 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 eac3e6285..ab155e8bc 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 +} |
