Skip to content

Commit 480dfac

Browse files
authored
Make package public for publishing (#117)
1 parent 13f016c commit 480dfac

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

package.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"name": "@agentclientprotocol/codex-acp",
3+
"publishConfig": {
4+
"access": "public"
5+
},
36
"version": "0.0.38",
47
"description": "",
58
"main": "dist/index.js",
@@ -37,8 +40,16 @@
3740
"typecheck": "tsc --noEmit",
3841
"codex-test": "tsx .claude/skills/run-codex/scripts/run-codex-test.ts"
3942
},
43+
"homepage": "https://github.com/agentclientprotocol/codex-acp#readme",
44+
"bugs": {
45+
"url": "https://github.com/agentclientprotocol/codex-acp/issues"
46+
},
47+
"repository": {
48+
"type": "git",
49+
"url": "git+https://github.com/agentclientprotocol/codex-acp.git"
50+
},
4051
"keywords": [],
41-
"author": "",
52+
"author": "Agent Client Protocol",
4253
"license": "Apache-2.0",
4354
"type": "module",
4455
"devDependencies": {

0 commit comments

Comments
 (0)