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

Commit 9a54e64

Browse files
committed
Use git+https format for package.json repository field
1 parent 3fd68b9 commit 9a54e64

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
@@ -35,6 +35,6 @@
3535
},
3636
"repository": {
3737
"type": "git",
38-
"url": "https://github.com/codemirror/search.git"
38+
"url": "git+https://github.com/codemirror/search.git"
3939
}
4040
}

0 commit comments

Comments
 (0)