Skip to content

Commit ed414eb

Browse files
committed
fix: package repository urls
1 parent 79160d5 commit ed414eb

4 files changed

Lines changed: 12 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# opencode-plugins
1+
# @opencode-plugins
22

33
A list of personal opencode plugins which I use.
44

5-
- [caffeinate](./caffeinate)
6-
- [env-protection](./env-protection)
5+
- [caffeinate](./plugins/caffeinate)
6+
- [env-protection](./plugins/env-protection)

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"private": true,
44
"module": "index.ts",
55
"type": "module",
6+
"repository": {
7+
"url": "https://github.com/janbiasi/opencode-plugins"
8+
},
69
"scripts": {
710
"build": "bun run --filter \"@opencode-plugins/*\" build",
811
"release": "lerna publish --no-commit-hooks --no-private --conventional-commits --create-release github --yes"

plugins/caffeinate/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
"access": "public",
99
"registry": "https://registry.npmjs.org/"
1010
},
11+
"repository": {
12+
"url": "https://github.com/janbiasi/opencode-plugins"
13+
},
1114
"files": [
1215
"dist"
1316
],

plugins/env-protection/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
"access": "public",
99
"registry": "https://registry.npmjs.org/"
1010
},
11+
"repository": {
12+
"url": "https://github.com/janbiasi/opencode-plugins"
13+
},
1114
"files": [
1215
"dist"
1316
],

0 commit comments

Comments
 (0)