Skip to content

Replace gulp-util with alternatives#124

Merged
mikaelbr merged 5 commits intomikaelbr:masterfrom
ohbarye:replace-gulp-util
Jan 1, 2018
Merged

Replace gulp-util with alternatives#124
mikaelbr merged 5 commits intomikaelbr:masterfrom
ohbarye:replace-gulp-util

Conversation

@ohbarye
Copy link
Copy Markdown
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
Copy Markdown

@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
Copy Markdown
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

Copy link
Copy Markdown

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
Copy Markdown

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
Copy Markdown
Owner

mikaelbr commented Jan 1, 2018

🎉 thanks!

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

ohbarye commented Jan 1, 2018

@mikaelbr Thank you too!

@phil-r
Copy link
Copy Markdown

phil-r commented Jan 2, 2018

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

@mikaelbr
Copy link
Copy Markdown
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