diff options
| author | GitHub Action <[email protected]> | 2025-11-18 20:23:29 +0000 |
|---|---|---|
| committer | GitHub Action <[email protected]> | 2025-11-18 20:23:29 +0000 |
| commit | f83d62191a8baf6265421fb1fc2cb78fada77b97 (patch) | |
| tree | afe2be7c318a4f2ce9043d8101a0e52c6c164168 | |
| parent | 3b72857124cd069ab8f3d69606f0f565721e8763 (diff) | |
| download | opencode-f83d62191a8baf6265421fb1fc2cb78fada77b97.tar.gz opencode-f83d62191a8baf6265421fb1fc2cb78fada77b97.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 031d4f534..8cb0833b8 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 7b9eab517..f8fd000fa 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 +} |
