-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: drop dependency on deprecated gulp-util
#236
Conversation
package.json
Outdated
"stream-to-array": "^2.3.0", | ||
"through2": "^2.0.1" | ||
"through2": "^2.0.1", | ||
"vinyl": "^2.1.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
vinyl
should be in the devDependencies
. Could you update it please?
@klei Do you have an idea why CI is failing? Could you look into this and merge/publish this PR? |
@TheDancingCode |
Any update on this? |
It's failing because of the NPM token that is required in |
@joakimbeng |
has @joakimbeng given up on this project? can somebody recommend an alternative to replace this lib in my projects? |
@rejas I haven't completely given up on the project, but I'm currently on parental leave and do almost no coding at all. Also I don't use Gulp anymore myself and therefore have no use of this plugin, which makes it less likely for me to update it frequently. I had written a statement about wanting help in the Readme, which I clumsily had removed in a merge but is now added again. This plugin seems to have about 15k downloads per day so hopefully there's someone willing to become a core contributor/maintainer. If not I don't see myself giving this project as much attention as people want... |
@joakimbeng I totally understand you and hope the paternal leave is working out great and you get some sleep nonetheless :-) |
Closes #235