diff options
| author | GitHub Action <[email protected]> | 2025-11-29 21:41:00 +0000 |
|---|---|---|
| committer | GitHub Action <[email protected]> | 2025-11-29 21:41:00 +0000 |
| commit | 7e6b7314f45ad6400b172203dfacdba77c20369e (patch) | |
| tree | 130145df3a8c6819890f9f8bbadc8fcb618866ee | |
| parent | a262508fb87c6bdd4074f7941bd300c7ddd40bc0 (diff) | |
| download | opencode-7e6b7314f45ad6400b172203dfacdba77c20369e.tar.gz opencode-7e6b7314f45ad6400b172203dfacdba77c20369e.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 5e8e21c68..426a70d52 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 48c7650e5..7a8490bcd 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 +} |
