Skip to content

Commit d572108

Browse files
rdlabocursoragent
andauthored
fix(kit): add repository url for npm provenance publish (#18)
Empty repository.url fails sigstore validation (E422) when publishing with --provenance. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent c1dee23 commit d572108

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

projects/kit/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"name": "@rdlabo/ionic-angular-kit",
33
"version": "21.2.0-2",
4+
"repository": {
5+
"type": "git",
6+
"url": "https://github.com/rdlabo-team/ionic-angular-library.git"
7+
},
48
"peerDependencies": {
59
"@angular/common": "^21.0.0",
610
"@angular/core": "^21.0.0",

0 commit comments

Comments
 (0)