Skip to content

Commit 83b51a7

Browse files
committed
fix git repo url
Close: #384
1 parent e4ea6c8 commit 83b51a7

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
@@ -46,7 +46,7 @@
4646
},
4747
"repository": {
4848
"type": "git",
49-
"url": "git://github.com/isaacs/node-lru-cache.git"
49+
"url": "git+ssh://git@github.com/isaacs/node-lru-cache.git"
5050
},
5151
"devDependencies": {
5252
"@types/node": "^24.3.0",

0 commit comments

Comments
 (0)