grunt-lesshint
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "grunt-lesshint", | ||
"description": "Lint lesscss files with grunt", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"homepage": "https://github.com/kokarn/grunt-lesshint", | ||
@@ -32,4 +32,3 @@ "author": { | ||
"grunt-contrib-nodeunit": "^0.4.1", | ||
"grunt": "~0.4.5", | ||
"node": ">=0.12.0" | ||
"grunt": "~0.4.5" | ||
}, | ||
@@ -49,4 +48,4 @@ "peerDependencies": { | ||
"chalk": "^1.0.0", | ||
"lesshint": "^0.1.5" | ||
"lesshint": "^0.2.0" | ||
} | ||
} |
@@ -55,2 +55,3 @@ # grunt-lesshint | ||
|---|---|---| | ||
|2015-04-27|0.1.4|<ul><li>Update lesshint to 0.2.0</li><li>Fix duplicate whitespace</li></ul>| | ||
|2015-04-24|0.1.3|<ul><li>Update lesshint to 0.1.5</li><li>Use lesshint defaults instead of our own</li></ul>| | ||
@@ -57,0 +58,0 @@ |2015-04-22|0.1.2|<ul><li>Updated testfiles and tests</li><li>Update devDependencies</li></ul>| |
@@ -76,3 +76,3 @@ /* | ||
} else { | ||
grunt.log.ok( cleanFileCount + grunt.util.pluralize( cleanFileCount, ' file / files ' ) + ' without linting errors.' ); | ||
grunt.log.ok( cleanFileCount + grunt.util.pluralize( cleanFileCount, ' file / files ' ) + 'without linting errors.' ); | ||
} | ||
@@ -79,0 +79,0 @@ }); |
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
10090
3
60
+ Addedlesshint@0.2.0(transitive)
+ Addedlodash._baseeach@3.0.4(transitive)
+ Addedlodash._basefind@3.0.0(transitive)
+ Addedlodash.find@3.2.1(transitive)
- Removedlesshint@0.1.5(transitive)
Updatedlesshint@^0.2.0