gulpjs / plugin-error

Error handling for vinyl plugins. Just an abstraction of what's in gulp-util with minor reformatting.
MIT License
19 stars 13 forks source link

Thoughts on transferring to the gulpjs org? #4

Closed phated closed 8 years ago

phated commented 8 years ago

In preparation for gulp 4, we are going to be deprecating gulp-util. I'd like everything that is exported to be a module. We currently don't point at plugin-error so I was wondering if you'd want to transfer it to the gulpjs org. It doesn't really need to be transferred but we are going to be building a better API (not sure if on top of plugin-error or a different module).

Also, is this a drop-in replacement?

jonschlinkert commented 8 years ago

no problem, happy to transfer.

Also, is this a drop-in replacement?

I can (and should) be if it's not. I think I only made formatting changes, but I don't remember completely so don't hold me to that until I review.

edit: I can transfer, then if we need to make changes to make it a drop-in replacement I don't have any objections at all. looks like it's getting some downloads so as long as we bump the minor we should be fine.

jonschlinkert commented 8 years ago

I tried transferring but it looks like I can't transfer without admin rights on the gulpjs org.

phated commented 8 years ago

@jonschlinkert temp invite sent (we should have a longer discussion on that being permanent)

jonschlinkert commented 8 years ago

done. and no prob, makes sense. that's what I would do.

phated commented 8 years ago

Thanks!

jonschlinkert commented 8 years ago

no prob. I guess it just transfer people who have access to the repo, obviously feel free to make whatever changes necessary