Skip to content

Commit 0e38b06

Browse files
committed
fix: correct "repository" url
1 parent 1bab955 commit 0e38b06

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
@@ -16,7 +16,7 @@
1616
],
1717
"repository": {
1818
"type": "git",
19-
"url": "git+https://git@github.com/wixplosives/typescript-type-utils.git"
19+
"url": "git+https://github.com/wixplosives/typescript-type-utils.git"
2020
},
2121
"prettier": {
2222
"overrides": [

0 commit comments

Comments
 (0)