Skip to content

Commit c281d9f

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

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
@@ -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)