Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Commit c6e98ba

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)