Skip to content

Commit ebb632b

Browse files
committed
Use git+https format for package.json repository field
1 parent 76462c0 commit ebb632b

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
@@ -39,6 +39,6 @@
3939
},
4040
"repository": {
4141
"type": "git",
42-
"url": "https://github.com/codemirror/basic-setup.git"
42+
"url": "git+https://github.com/codemirror/basic-setup.git"
4343
}
4444
}

0 commit comments

Comments
 (0)