thlorenz / proxyquireify

browserify >= v2 version of proxyquire. Mocks out browserify's require to allow stubbing out dependencies while testing.
MIT License
152 stars 24 forks source link

Add support for browserify 5 #13

Closed jhiesey closed 10 years ago

jhiesey commented 10 years ago

This version now only supports browserify 5.1.0 and higher, since the interface to modify the prelude has changed a bit.

If you want support for older versions as well, I can add a conditional and leave both code paths in place.

Fixes #12

thlorenz commented 10 years ago

no that is fine. people can always install older version. will merge tomorrow. Thanks a lot!

thlorenz commented 10 years ago

Thanks went out with 1.0.1.