diff options
| author | GitHub Action <[email protected]> | 2025-11-24 23:06:21 +0000 |
|---|---|---|
| committer | GitHub Action <[email protected]> | 2025-11-24 23:06:21 +0000 |
| commit | f10d18956a17c6dec8e50f54bf145013897dcda2 (patch) | |
| tree | a5d170cae65b4c9ba16393e425c708965fc34ca0 | |
| parent | b9253d0b3b61483f82689a06c906f15ca9620287 (diff) | |
| download | opencode-f10d18956a17c6dec8e50f54bf145013897dcda2.tar.gz opencode-f10d18956a17c6dec8e50f54bf145013897dcda2.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 38f0b5296..d1a803711 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 2738e6a9f..5696b0c31 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 +} |
