Skip to content

Commit 1fae8fb

Browse files
committed
Use git+https format for package.json repository field
1 parent 90412d8 commit 1fae8fb

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
@@ -36,6 +36,6 @@
3636
},
3737
"repository": {
3838
"type": "git",
39-
"url": "https://github.com/codemirror/autocomplete.git"
39+
"url": "git+https://github.com/codemirror/autocomplete.git"
4040
}
4141
}

0 commit comments

Comments
 (0)