diff options
| author | GitHub Action <[email protected]> | 2025-11-22 00:09:32 +0000 |
|---|---|---|
| committer | GitHub Action <[email protected]> | 2025-11-22 00:09:32 +0000 |
| commit | a1c76c79de61dcc1d235f17f3d9c0c2bb7a75d7b (patch) | |
| tree | 689cf9c230713754e847be88ae97bad10cf70efd | |
| parent | db9e2b1aac6d99f16fe1a37e3e067dc5b9ba2d92 (diff) | |
| download | opencode-a1c76c79de61dcc1d235f17f3d9c0c2bb7a75d7b.tar.gz opencode-a1c76c79de61dcc1d235f17f3d9c0c2bb7a75d7b.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 2f72b3255..e386318fa 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 cb7160742..ec9cb0100 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 +} |
