deepak1556 / gulp-browserify

Bundle modules with BrowserifyJS
MIT License
195 stars 45 forks source link

user-specified version of browserify #51

Open r3mi opened 10 years ago

r3mi commented 10 years ago

browserify versions evolve quickly and I like to be able to restrict the version I am using. It would be nice to be able to provide the version of browserify I need, rather than letting the plugin impose it e.g.

var _browserify = require('browserify');
var browserify = require('gulp-browserify')(_browserify);
deepak1556 commented 10 years ago

could make it optional , use when available /cc @shuhei

shuhei commented 10 years ago

@r3mi You can override dependencies with npm-shrinkwrap.

deepak1556 commented 10 years ago

Nice, thanks! @shuhei

kof commented 10 years ago

this plugin should update to the latest browserify ... the current is very old now