Skip to content

Commit e05578a

Browse files
fix: normalize repository.url to git+https format
🤖 Generated with Mister Maluco Co-Authored-By: MisterMal <teskeslab@lucasteske.dev>
1 parent bce292a commit e05578a

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
@@ -7,7 +7,7 @@
77
},
88
"repository": {
99
"type": "git",
10-
"url": "https://github.com/TeskeVirtualSystem/jpak"
10+
"url": "git+https://github.com/TeskeVirtualSystem/jpak.git"
1111
},
1212
"main": "dist/jpak.js",
1313
"module": "dist/jpak.mjs",

0 commit comments

Comments
 (0)