Skip to content

Commit a0201e4

Browse files
committed
fix: move opencode to dep
1 parent 030add4 commit a0201e4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bun.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "opencode-gemini-auth",
33
"module": "index.ts",
4-
"version": "1.4.1",
4+
"version": "1.4.2",
55
"author": "jenslys",
66
"repository": "https://github.com/jenslys/opencode-gemini-auth",
77
"files": [
@@ -14,13 +14,13 @@
1414
"update:gemini-cli": "git -C .local/gemini-cli pull --ff-only"
1515
},
1616
"devDependencies": {
17-
"@opencode-ai/plugin": "^1.2.10",
1817
"@types/bun": "latest"
1918
},
2019
"peerDependencies": {
2120
"typescript": "^5.9.3"
2221
},
2322
"dependencies": {
23+
"@opencode-ai/plugin": "^1.2.10",
2424
"@openauthjs/openauth": "^0.4.3"
2525
}
2626
}

0 commit comments

Comments
 (0)