grunt-lesshint
Advanced tools
Comparing version 1.4.0 to 1.5.0
{ | ||
"name": "grunt-lesshint", | ||
"description": "Lint lesscss files with grunt", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"homepage": "https://github.com/lesshint/grunt-lesshint", | ||
@@ -27,4 +27,4 @@ "author": { | ||
"grunt-contrib-jshint": "^1.0.0", | ||
"grunt-mocha-test": "^0.12.7", | ||
"mocha": "^1.20.0", | ||
"grunt-mocha-test": "^0.13.2", | ||
"mocha": "^3.2.0", | ||
"spawn-sync": "^1.0.13" | ||
@@ -43,4 +43,4 @@ }, | ||
"chalk": "^1.1.1", | ||
"lesshint": "^2.0.0" | ||
"lesshint": "^3.0.0" | ||
} | ||
} |
@@ -108,2 +108,3 @@ # grunt-lesshint | ||
|---|---|---| | ||
|2017-03-12|1.5.0|<ul><li>Update lesshint to 3.0.0</li><li>Update grunt-mocha-test to 0.13.2</li><li>Update mocha to 3.2.0</li></ul>| | ||
|2016-10-10|1.4.0|Added support for allowing warnings without exiting. Thanks [@mmckenziedev](https://github.com/mmckenziedev)!| | ||
@@ -110,0 +111,0 @@ |2016-09-22|1.3.0|Added support for custom reporters. Thanks [@scttdavs](https://github.com/scttdavs)!| |
@@ -11,3 +11,3 @@ /* | ||
var Lesshint = require( 'lesshint' ), | ||
var Lesshint = require( 'lesshint' ).Lesshint, | ||
chalk = require( 'chalk' ), | ||
@@ -14,0 +14,0 @@ configLoader = require( 'lesshint/lib/config-loader' ); |
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
20298
140
+ Addedlesshint@3.3.1(transitive)
+ Addedpostcss-less@0.16.1(transitive)
+ Addedpostcss-values-parser@1.5.0(transitive)
- Removedlesshint@2.4.0(transitive)
- Removedpostcss-less@0.14.0(transitive)
- Removedpostcss-values-parser@0.1.8(transitive)
- Removeduuid@2.0.3(transitive)
- Removedvow@0.4.20(transitive)
- Removedvow-fs@0.3.6(transitive)
- Removedvow-queue@0.4.3(transitive)
Updatedlesshint@^3.0.0