browserify / wzrd.in

browserify as a service.
http://wzrd.in
MIT License
637 stars 96 forks source link

Require submodules? E.g. "uuid/v1" #150

Closed broofa closed 7 years ago

broofa commented 7 years ago

[Hey, great service by the way!]

So, we just pushed a change to the uuid module where we allow (and recommend) clients require whatever version uuid generator they prefer directly. E.g. instead of require('uuid'), it's now require('uuid/v1').

So is there a way to capture this same structure on wzrd.in? I tried https://wzrd.in/standalone/uuid/v1@latest just now and it didn't work. Not too surprising, but one can always hope... :-)

broofa commented 7 years ago

I'm an idiot. We haven't npm pushed the new version. Move along.