diff options
| author | GitHub Action <[email protected]> | 2025-11-18 01:27:22 +0000 |
|---|---|---|
| committer | GitHub Action <[email protected]> | 2025-11-18 01:27:22 +0000 |
| commit | 16cab556df9b8fe7c2420175de886316ea62a193 (patch) | |
| tree | f45064912a67e614942b53af01c0409e1c12bdf6 | |
| parent | 66148df74bb9ed254049451a0f01e9d61615a7c1 (diff) | |
| download | opencode-16cab556df9b8fe7c2420175de886316ea62a193.tar.gz opencode-16cab556df9b8fe7c2420175de886316ea62a193.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 2b4f47761..e945867c4 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 862135075..f7f2fdcea 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 +} |
