Skip to content

Commit c6e98ba

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

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
@@ -37,6 +37,6 @@
3737
},
3838
"repository": {
3939
"type": "git",
40-
"url": "https://github.com/codemirror/lang-python.git"
40+
"url": "git+https://github.com/codemirror/lang-python.git"
4141
}
4242
}

0 commit comments

Comments
 (0)