thlorenz / browserify-shim

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

Drop browserify < 10 peer dependency #162

Closed stevehollaar closed 9 years ago

daprahamian commented 9 years ago

:+1:

thlorenz commented 9 years ago

Sorry, but not gonna happen, I want to avoid tons of issues being filed due to people running incompatible versions of browserify with b-shim. Instead we accept PRs that update browserify peer upper range and include the new browserify version in the tests whenever a new major is published.

bendrucker commented 9 years ago

Working on this now