broccolijs / broccoli

Browser compilation library – an asset pipeline for applications that run in the browser
https://broccoli.build
MIT License
3.33k stars 217 forks source link

Remove https npm library as it doesn't and cannot do anything #504

Open spthiel opened 1 year ago

spthiel commented 1 year ago

https is a package with a package.json and nothing more. the import for require("https") is reserved by node so the package is unable to do anything even if it had more code so it's reasonable to remove the package in order to prevent any issues with the package.

Should not be a critical issue any time soon