Skip to content

Commit 9c7936a

Browse files
committed
fix: add repository.url for provenance verification and clarify Node version requirements
Signed-off-by: xuezhaojun <xuezhaokeepgoing@gmail.com>
1 parent 76d151c commit 9c7936a

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ Add to your `opencode.json`:
4444

4545
### Prerequisites
4646

47-
- Node.js >= 22
48-
- npm
47+
- Node.js >= 22 (local development)
48+
- Node.js >= 24 is used in CI for npm OIDC trusted publishing (npm 11.5.1+ required)
4949

5050
### Build
5151

opencode-slack-plugin/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
"ai",
1414
"coding-agent"
1515
],
16+
"repository": {
17+
"type": "git",
18+
"url": "https://github.com/kubeopencode/kubeopencode-plugins",
19+
"directory": "opencode-slack-plugin"
20+
},
1621
"main": "dist/index.js",
1722
"types": "dist/index.d.ts",
1823
"exports": {

0 commit comments

Comments
 (0)