diff options
| author | GitHub Action <[email protected]> | 2025-12-11 20:14:20 +0000 |
|---|---|---|
| committer | GitHub Action <[email protected]> | 2025-12-11 20:14:20 +0000 |
| commit | fc9dfd054ab6ad35afe0b867bbf789f0e62c31e6 (patch) | |
| tree | 0525f49b5093a7ca6332dd47e78bb9d5906ae9a2 | |
| parent | 013bf079cc0b59f60482476ee1fd9046235389ef (diff) | |
| download | opencode-fc9dfd054ab6ad35afe0b867bbf789f0e62c31e6.tar.gz opencode-fc9dfd054ab6ad35afe0b867bbf789f0e62c31e6.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 42841ec40..3256079a5 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 4494c2081..0ff29129e 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 +} |
