Skip to content

Commit 78a8521

Browse files
committed
Use git+https format for package.json repository field
1 parent 2b48f4d commit 78a8521

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
@@ -40,6 +40,6 @@
4040
},
4141
"repository": {
4242
"type": "git",
43-
"url": "https://github.com/codemirror/lang-javascript.git"
43+
"url": "git+https://github.com/codemirror/lang-javascript.git"
4444
}
4545
}

0 commit comments

Comments
 (0)