Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1915c48

Browse files
committed
Add repository and bugs fields to shell package.json
Add repository and bugs metadata to packages/shell/package.json. The repository points to the monorepo (cloudflare/agents) with directory set to packages/shell, and the bugs.url points to the repo issue tracker. This provides package metadata for tooling and consumers.
1 parent d455678 commit 1915c48

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

.changeset/late-books-warn.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@cloudflare/shell": patch
3+
---
4+
5+
fix release

packages/shell/package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66
"type": "module",
77
"main": "dist/index.js",
88
"types": "dist/index.d.ts",
9+
"repository": {
10+
"directory": "packages/shell",
11+
"type": "git",
12+
"url": "git+https://github.com/cloudflare/agents.git"
13+
},
14+
"bugs": {
15+
"url": "https://github.com/cloudflare/agents/issues"
16+
},
917
"exports": {
1018
".": {
1119
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)