gittar
gittar copied to clipboard
Fix 404 error when calling with full URL
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
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
@lukeed (sorry for the ping 😬 ) any thoughts on the above?