Skip to content

Commit 6648bf9

Browse files
comclaude
authored andcommitted
fix: normalize repository URL in package.json
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d55cd4b commit 6648bf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
],
2828
"repository": {
2929
"type": "git",
30-
"url": "https://github.com/olosegres/jsona"
30+
"url": "git+https://github.com/olosegres/jsona.git"
3131
},
3232
"bugs": {
3333
"url": "https://github.com/olosegres/jsona/issues"

0 commit comments

Comments
 (0)