Skip to content
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

Replace gulp-util with alternatives #124

Merged
merged 5 commits into from
Jan 1, 2018

Conversation

ohbarye
Copy link
Contributor

@ohbarye ohbarye commented Dec 30, 2017

Hello gulp-notify maintainers.

Following gulpjs/gulp-util#143, I dropped dependency on gulp-util.

closes #123

Thanks!

package.json Outdated
"through2": "^2.0.3"
"plugin-error": "^0.1.2",
"through2": "^2.0.3",
"vinyl": "^2.1.0"
Copy link

@demurgos demurgos Dec 30, 2017

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, it is only used for the tests.
Please update it: it is important to avoid unnecessary dependencies.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I tweaked it. 46efdc6

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, the PR should be fine now.

@demurgos
Copy link

Thanks for the PR, I had some issues with the tests and did not have time to look into this yesterday.

@mikaelbr Could we have this merged?

@mikaelbr mikaelbr merged commit fc51ff2 into mikaelbr:master Jan 1, 2018
@mikaelbr
Copy link
Owner

mikaelbr commented Jan 1, 2018

🎉 thanks!

@ohbarye ohbarye deleted the replace-gulp-util branch January 1, 2018 15:22
@ohbarye
Copy link
Contributor Author

ohbarye commented Jan 1, 2018

@mikaelbr Thank you too!

@phil-r
Copy link

phil-r commented Jan 2, 2018

@mikaelbr Can this be published to npm? ^_^ thanks!

@mikaelbr
Copy link
Owner

mikaelbr commented Jan 4, 2018

Indeed!

▶ npm publish
+ gulp-notify@3.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove deprecated dependency gulp-util
4 participants