Skip to content

Commit d3ffeb3

Browse files
committed
fix: normalize repository URL in package.json
1 parent 61ae9fb commit d3ffeb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)