Skip to content

Commit f4846f4

Browse files
committed
Use git+https format for package.json repository field
1 parent a669e82 commit f4846f4

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
@@ -39,6 +39,6 @@
3939
},
4040
"repository": {
4141
"type": "git",
42-
"url": "https://github.com/codemirror/lang-markdown.git"
42+
"url": "git+https://github.com/codemirror/lang-markdown.git"
4343
}
4444
}

0 commit comments

Comments
 (0)