Skip to content

Commit 692e428

Browse files
committed
Use git+https format for package.json repository field
1 parent b394c9a commit 692e428

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
@@ -36,6 +36,6 @@
3636
},
3737
"repository": {
3838
"type": "git",
39-
"url": "https://github.com/codemirror/view.git"
39+
"url": "git+https://github.com/codemirror/view.git"
4040
}
4141
}

0 commit comments

Comments
 (0)