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

Commit 2067f86

Browse files
committed
Use git+https format for package.json repository field
1 parent fcfa3b6 commit 2067f86

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
@@ -38,6 +38,6 @@
3838
},
3939
"repository": {
4040
"type": "git",
41-
"url": "https://github.com/codemirror/lang-sql.git"
41+
"url": "git+https://github.com/codemirror/lang-sql.git"
4242
}
4343
}

0 commit comments

Comments
 (0)