futurechan / gulp-asset-transform

13 stars 3 forks source link

plugins should not require gulp as a dependency #16

Closed stephenlacy closed 9 years ago

stephenlacy commented 9 years ago

gulp plugins should not require gulp as a dependency. https://github.com/gulpjs/gulp/blob/master/docs/writing-a-plugin/guidelines.md

futurechan commented 9 years ago

@stevelacy this plugin doesn't actually rely on gulp. There was a stray reference. I am removing it and bumping the version. Thanks for the heads up.

futurechan commented 9 years ago

@stevelacy ok, it does rely on gulp for the glob stream. I'm fixing this. Thanks again.

futurechan commented 9 years ago

@stevelacy I've published as 1.6.3. I'm closing this. Let me know if you need anything else. Thanks.