gulp-htmlhint
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "gulp-htmlhint", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "A plugin for Gulp", | ||
@@ -19,3 +19,3 @@ "keywords": [ | ||
"scripts": { | ||
"test": "jshint . && mocha test/*.js" | ||
"test": "node_modules/.bin/jshint . && mocha test/*.js" | ||
}, | ||
@@ -28,2 +28,3 @@ "dependencies": { | ||
"devDependencies": { | ||
"jshint": "^2.6.3", | ||
"mocha": "^2.2.1", | ||
@@ -30,0 +31,0 @@ "should": "^5.2.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
65947
4