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

Commit c281d9f

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

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
@@ -34,6 +34,6 @@
3434
},
3535
"repository": {
3636
"type": "git",
37-
"url": "https://github.com/codemirror/lang-java.git"
37+
"url": "git+https://github.com/codemirror/lang-java.git"
3838
}
3939
}

0 commit comments

Comments
 (0)