Skip to content

Commit 873898a

Browse files
committed
Use git+https format for package.json repository field
1 parent ee5f844 commit 873898a

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
@@ -37,6 +37,6 @@
3737
},
3838
"repository": {
3939
"type": "git",
40-
"url": "https://github.com/codemirror/lang-go.git"
40+
"url": "git+https://github.com/codemirror/lang-go.git"
4141
}
4242
}

0 commit comments

Comments
 (0)