Skip to content

Commit 8070bd3

Browse files
authored
fix: add repository.url field that is required for new publishing (#23900)
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
1 parent 4d7444c commit 8070bd3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/e2e/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,9 @@
7070
},
7171
"resolutions": {
7272
"minimist": "^1.2.5"
73+
},
74+
"repository": {
75+
"type": "git",
76+
"url": "git+https://github.com/eclipse-che/che.git"
7377
}
7478
}

0 commit comments

Comments
 (0)