nikku / karma-browserify

A fast Browserify integration for Karma that handles large projects with ease
MIT License
321 stars 50 forks source link

Fix peerDependency version of browserify #187

Closed kt3k closed 8 years ago

kt3k commented 8 years ago

browserify just published v13.0.1 and the version is not included in the peer dep range of this module.

But I think that was a mistake because originally the range was >=10 <=13, that should have been translated >=10.0.0 <14.0.0, but now it says >=10.0.0 <=13.0.0. This PR fixes that point.