thlorenz / browserify-shim

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

Peer browserify-shim@3.8.12 wants browserify@>= 2.3.0 < 14 #224

Closed feross closed 7 years ago

feross commented 7 years ago

I just released browserify v14. You might want to bump your peer dependency range.

Also, is there any reason you don't just allow all versions >= 2.3.0, since most of the time that will work just fine?

thlorenz commented 7 years ago

Also, is there any reason you don't just allow all versions >= 2.3.0, since most of the time that will work just fine?

That'd be an option at this point. In the past I didn't wanna do that as things were still in flux too much, but I feel like things have stabilized. @bendrucker what do you think?

bendrucker commented 7 years ago

Sound good to me. I'm always resistant to allowing an unbounded range of major versions but I think it's safe to say the transform API will never change at this point.