-
-
Notifications
You must be signed in to change notification settings - Fork 5
Gulp 4 support? #20
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
Comments
I guess it comes from here: gulp-htmlhint-inline/package.json Line 34 in d398e0b
...but I don't know why it's needed. |
Have an error to.
{
"devDependencies": {
"gulp": "^4.0.0",
"gulp-jshint": "^2.0.3"
},
"peerDependencies": {
"gulp": "^3.9.1"
}
} This is not valid usage of dependencies. |
Thanks. Are you able to update npm package https://www.npmjs.com/package/gulp-htmlhint-inline ? |
I'll try to help get that done, but I don't have npm publish access/controls. Only @thedaviddias does. Thanks for the PR though. I'll update you with any news :-) |
Any news to update the npm? If the package is "locked", could this be released with some separate name to npm? |
Hi,
When using this component with Gulp 4 (v4.0.2), my NPM complains:
The text was updated successfully, but these errors were encountered: