Skip to content

Commit 329f85b

Browse files
Fix repository URL in package.json (#622)
1 parent 7664e31 commit 329f85b

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
@@ -23,7 +23,7 @@
2323
"license": "BSD-3-Clause",
2424
"repository": {
2525
"type": "git",
26-
"url": "git://github.com/kpdecker/jsdiff.git"
26+
"url": "https://github.com/kpdecker/jsdiff.git"
2727
},
2828
"engines": {
2929
"node": ">=0.3.1"

0 commit comments

Comments
 (0)