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

Drop dependency on deprecated gulp-util #95

Merged
merged 1 commit into from
Dec 30, 2017

Conversation

ohbarye
Copy link
Contributor

@ohbarye ohbarye commented Dec 30, 2017

Hello gulp-shell maintainers.

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

closes #94

Thanks!

@coveralls
Copy link

coveralls commented Dec 30, 2017

Coverage Status

Coverage increased (+0.1%) to 98.0% when pulling b81e940 on ohbarye:remove-gulp-util into bc95669 on sun-zheng-an:master.

@sun-zheng-an sun-zheng-an merged commit 71f6d26 into sun-zheng-an:master Dec 30, 2017
@sun-zheng-an
Copy link
Owner

Thanks!

"lodash.template": "^4.4.0",
"plugin-error": "^0.1.2",
"through2": "^2.0.3",
"vinyl": "^2.1.0"

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.

Oops, that's true. I created another PR for that #96

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