Skip to content

Commit a7d60f5

Browse files
authored
fix: change git protocol (#74)
1 parent 75d5a5f commit a7d60f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"optionalDependencies": {},
2424
"repository": {
2525
"type": "git",
26-
"url": "git://github.com/ykzts/node-xmlhttprequest.git"
26+
"url": "https://github.com/ykzts/node-xmlhttprequest.git"
2727
},
2828
"scripts": {
2929
"build": "microbundle --external http,https --format cjs,es --strict --target node",

0 commit comments

Comments
 (0)