diff options
| author | GitHub Action <[email protected]> | 2025-11-26 00:24:10 +0000 |
|---|---|---|
| committer | GitHub Action <[email protected]> | 2025-11-26 00:24:10 +0000 |
| commit | ced5fdbe70370cfe92b65c6f7ac924cc63466c05 (patch) | |
| tree | 707176a89cfc5acbf50cf3cccf249efde855e6d3 | |
| parent | b16aa81e0d2c09819ceb1e6fa035356a2ffa2347 (diff) | |
| download | opencode-ced5fdbe70370cfe92b65c6f7ac924cc63466c05.tar.gz opencode-ced5fdbe70370cfe92b65c6f7ac924cc63466c05.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 c5b821ed9..b0560239e 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 d06cfba88..d01cbced9 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 +} |
