Closed dotob closed 9 years ago
Can you explain a bit more what exactly would you like/need?
In title you are saying "instead of https", in description "as a https"? Which one now?
i could fix it with: git config --global url."https://".insteadOf git://
but what i mean is this part in package.json:
"dependencies": {
"xml2js": "git://github.com/peerlibrary/node-xml2js.git#peerlibrary",
it would be easier for user behind a proxy/firewall if you would use:
"dependencies": {
"xml2js": "https://github.com/peerlibrary/node-xml2js.git#peerlibrary",
sorry for the bad title :-(
Can you make a pull request?
Fixed with #4.
thanks very much
hi, please make the dependency to xml2js as a https reference. behind a corporate firewall with proxy i cannot successfully download.