gulp-nodemon icon indicating copy to clipboard operation
gulp-nodemon copied to clipboard

Remove dependency on gulp

Open eseliger opened this issue 6 years ago • 2 comments

As per gulp plugin guidelines, there should be no dependency on gulp itself, for a good reason. So removing it as a dependency and adding it as a devDependency should be viable in my opinion. I can open a PR with this if you agree

eseliger avatar Jun 27 '18 08:06 eseliger

@eseliger gulp should be a peer dependency as the package requires it, however, as a peer dependency, we can update the module with our own security updates as needed.

JemiloII avatar Sep 13 '18 16:09 JemiloII

If I get your point correctly, you are worried about using the wrong version of gulp with this plugin? If not, please correct me. If that is what you are saying, you can always define a range of valid gulp versions compatible with gulp-nodemon So you can still ensure gulp being the version you want it to be 🤔

eseliger avatar Sep 13 '18 17:09 eseliger