Skip to content

Commit 595d6df

Browse files
committed
Use git+https format for package.json repository field
1 parent e0a0578 commit 595d6df

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
@@ -55,6 +55,6 @@
5555
},
5656
"repository": {
5757
"type": "git",
58-
"url": "https://github.com/codemirror/language-data.git"
58+
"url": "git+https://github.com/codemirror/language-data.git"
5959
}
6060
}

0 commit comments

Comments
 (0)