browserify / browser-resolve

resolve function which support the browser field in package.json
MIT License
102 stars 70 forks source link

Set correct scheme if https module is used. #8

Closed tonistiigi closed 11 years ago

tonistiigi commented 11 years ago

Currently http-browserify lets you specify the scheme option to switch to https but no nodejs module uses this parameter. It should be used automatically when https module is required.

defunctzombie commented 11 years ago

This is an issue on the http-browserify module. We are just a consumer of that module. In the future I think there will be a single module with all the core lib shims but for now we are using the http-browserify module.

defunctzombie commented 11 years ago

Apologies, I may have misread the issue. Yea, this is an issue with this module for now.