thlorenz / browserify-shim

📩 Makes CommonJS incompatible files browserifyable.
MIT License
933 stars 87 forks source link

Use test-peer-range to test against browserify versions #164

Closed bendrucker closed 9 years ago

bendrucker commented 9 years ago

As mentioned in https://github.com/thlorenz/proxyquireify/issues/30#issuecomment-98132430, this automates the process of testing against peer versions

thlorenz commented 9 years ago

Nice, feel free to merge into master. Can't wait to upgrade peer range the next time with just one minor change instead of three :)

bendrucker commented 9 years ago

You're quite welcome! More importantly, it's a two line change to add multi-version testing to any packages that use peerDeps. And so hopefully more people will be inclined to do it.