diff options
| author | GitHub Action <[email protected]> | 2025-12-12 22:48:43 +0000 |
|---|---|---|
| committer | GitHub Action <[email protected]> | 2025-12-12 22:48:43 +0000 |
| commit | 3c3a0f8afbc1325ab53985995826f5ccf6c80737 (patch) | |
| tree | de1781a04dda630d0b44c6ca3fa8c3235c35cc11 | |
| parent | b93614cb81c1a84c4ad4ccd68d6858f6cf6d21e1 (diff) | |
| download | opencode-3c3a0f8afbc1325ab53985995826f5ccf6c80737.tar.gz opencode-3c3a0f8afbc1325ab53985995826f5ccf6c80737.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 815bbd9e1..8589fa250 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 7d1b3fc4d..e6e888b94 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 +} |
