Skip to content

Commit 706dac4

Browse files
yosriadyclaude
andauthored
Fix repository url in package.json (#5)
* Add release workflow * Pin pnpm version via packageManager field Fixes CI failure where pnpm/action-setup couldn't determine which pnpm version to install. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * Add repository metadata for npm provenance Provenance verification requires repository.url in package.json to match the GitHub source. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 5c573bf commit 706dac4

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
"version": "0.2.0",
44
"packageManager": "pnpm@10.28.2",
55
"description": "Formo API CLI — query profiles and analytics data",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/getformo/cli.git"
9+
},
10+
"homepage": "https://github.com/getformo/cli#readme",
11+
"bugs": {
12+
"url": "https://github.com/getformo/cli/issues"
13+
},
614
"bin": {
715
"formo": "dist/index.js"
816
},

0 commit comments

Comments
 (0)