Skip to content

Commit c048748

Browse files
authored
fix(release): Fix repository URLs in package (#359)
> Failed to validate repository information: package.json: > "repository.url" is "", expected to match > "https://github.com/Dintero/Dintero.Node.SDK" from provenance Rel: https://github.com/Dintero/Dintero.Node.SDK/actions/runs/18761596046/job/53527258334 Fixes: #357
1 parent 3a121f2 commit c048748

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@
1313
"access": "public"
1414
},
1515
"author": "Dintero <support@dintero.com> (https://dintero.com/)",
16+
"repository": {
17+
"type": "git",
18+
"url": "git+https://github.com/Dintero/Dintero.Node.SDK.git"
19+
},
20+
"homepage": "https://github.com/Dintero/Dintero.Node.SDK",
21+
"bugs": {
22+
"url": "https://github.com/Dintero/Dintero.Node.SDK/issues"
23+
},
1624
"jest": {
1725
"preset": "ts-jest",
1826
"testMatch": [

0 commit comments

Comments
 (0)