gulp-htmlhint
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -59,3 +59,3 @@ const fs = require('fs'); | ||
options = { | ||
htmlhintrc: './' + options | ||
htmlhintrc: options | ||
}; | ||
@@ -62,0 +62,0 @@ } |
{ | ||
"name": "gulp-htmlhint", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "A plugin for Gulp", | ||
@@ -36,3 +36,3 @@ "keywords": [ | ||
"htmlhint-stylish": "^1.0.3", | ||
"mocha": "^6.2.2", | ||
"mocha": "^8.4.0", | ||
"nyc": "^14.1.1", | ||
@@ -39,0 +39,0 @@ "should": "^13.2.3", |
@@ -169,3 +169,3 @@ /* eslint-env node, mocha */ | ||
const stream = htmlhint('test/htmlhintrc.json'); | ||
const stream = htmlhint('./test/htmlhintrc.json'); | ||
stream.on('data', newFile => { | ||
@@ -172,0 +172,0 @@ ++a; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34146