Skip to content

Commit a89166a

Browse files
msukkariclaude
andcommitted
fix(setupWizard): add repository field for npm publish provenance
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 54e90be commit a89166a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

packages/setupWizard/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
"version": "0.1.5",
44
"description": "CLI wizard for creating a Sourcebot configuration.",
55
"type": "module",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/sourcebot-dev/sourcebot.git",
9+
"directory": "packages/setupWizard"
10+
},
611
"bin": "./dist/index.js",
712
"scripts": {
813
"build": "tsc",

0 commit comments

Comments
 (0)