Skip to content

Commit e46995d

Browse files
committed
fix: declare repository URL in package.json
npm's provenance verification (attached automatically by OIDC trusted publishing) rejects the publish with E422 unless package.json's repository.url matches the repo the attestation was built from.
1 parent 7d32290 commit e46995d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"version": "0.2.0",
44
"description": "TypeScript SDK for the Busbar admin API (generated from the typed OpenAPI 3.1 schema).",
55
"license": "Apache-2.0",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/GetBusbar/busbar-js.git"
9+
},
610
"author": "Busbar, Inc.",
711
"type": "module",
812
"main": "./src/index.ts",

0 commit comments

Comments
 (0)