Skip to content

Commit 31fa743

Browse files
DavertMikclaude
andcommitted
fix(package): add repository.url for provenance verification
npm's sigstore provenance check refuses to publish when package.json `repository.url` doesn't match the OIDC source repo URL. Add the canonical repository / bugs / homepage fields pointing at codeceptjs/expect-helper so the bundle validates. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 95ef256 commit 31fa743

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
@@ -10,6 +10,14 @@
1010
},
1111
"author": "Michael Bodnarchuk @davertmik",
1212
"license": "ISC",
13+
"repository": {
14+
"type": "git",
15+
"url": "git+https://github.com/codeceptjs/expect-helper.git"
16+
},
17+
"bugs": {
18+
"url": "https://github.com/codeceptjs/expect-helper/issues"
19+
},
20+
"homepage": "https://github.com/codeceptjs/expect-helper#readme",
1321
"publishConfig": {
1422
"access": "public"
1523
},

0 commit comments

Comments
 (0)