gittar icon indicating copy to clipboard operation
gittar copied to clipboard

Fix 404 error when calling with full URL

Open ewanharris opened this issue 6 years ago • 2 comments

Fix a 404 when calling gittar.fetch('https://github.com/lukeed/mri').then(console.log); where the URL would be constructed incorrectly (https://github.com///github.com/lukeed/mri/archive/master.tar.gz) due to the hostname already existing

ewanharris avatar Apr 27 '18 12:04 ewanharris

npm@6 dropped support for Node 4 so npm install@latest will fail there. Node 4 is now EOL so 🤷‍♂️. Let me know if you'd like me to drop Node 4 from travis/appveyor and add 8/10, or fix the Appveyor build to not install latest

ewanharris avatar Apr 30 '18 10:04 ewanharris

@lukeed (sorry for the ping 😬 ) any thoughts on the above?

ewanharris avatar May 16 '18 15:05 ewanharris