grunt-contrib-less
Advanced tools
Comparing version 0.5.1 to 0.5.2
{ | ||
"name": "grunt-contrib-less", | ||
"description": "Compile LESS files to CSS.", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"homepage": "https://github.com/gruntjs/grunt-contrib-less", | ||
@@ -31,3 +31,3 @@ "author": { | ||
"dependencies": { | ||
"less": "~1.3.0" | ||
"less": "~1.3.3" | ||
}, | ||
@@ -34,0 +34,0 @@ "devDependencies": { |
@@ -1,2 +0,2 @@ | ||
# grunt-contrib-less [![Build Status](https://secure.travis-ci.org/gruntjs/grunt-contrib-less.png?branch=master)](http://travis-ci.org/gruntjs/grunt-contrib-less) | ||
# grunt-contrib-less [![Build Status](https://travis-ci.org/gruntjs/grunt-contrib-less.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-less) | ||
@@ -95,10 +95,11 @@ > Compile LESS files to CSS. | ||
* 2013-04-24 v0.5.1 Gracefully handle configuration without sources | ||
* 2013-02-14 v0.5.0 First official release for Grunt 0.4.0. | ||
* 2013-01-22 v0.5.0rc7 Updating grunt/gruntplugin dependencies to rc7. Changing in-development grunt/gruntplugin dependency versions from tilde version ranges to specific versions. Remove experimental wildcard destination support. Switching to this.files api. | ||
* 2012-10-17 v0.3.2 Add support for dumpLineNumbers. | ||
* 2012-10-11 v0.3.1 Rename grunt-contrib-lib dep to grunt-lib-contrib. | ||
* 2012-09-23 v0.3.0 Global options depreciated Revert normalize linefeeds. | ||
* 2012-09-15 v0.2.2 Support all less options Normalize linefeeds Default path to dirname of src file. | ||
* 2012-09-09 v0.2.0 Refactored from grunt-contrib into individual repo. | ||
* 2013-0523 v0.5.2 Improve error handling. | ||
* 2013-04-25 v0.5.1 Gracefully handle configuration without sources. | ||
* 2013-02-15 v0.5.0 First official release for Grunt 0.4.0. | ||
* 2013-01-23 v0.5.0rc7 Updating grunt/gruntplugin dependencies to rc7. Changing in-development grunt/gruntplugin dependency versions from tilde version ranges to specific versions. Remove experimental wildcard destination support. Switching to this.files api. | ||
* 2012-10-18 v0.3.2 Add support for dumpLineNumbers. | ||
* 2012-10-12 v0.3.1 Rename grunt-contrib-lib dep to grunt-lib-contrib. | ||
* 2012-09-24 v0.3.0 Global options depreciated Revert normalize linefeeds. | ||
* 2012-09-16 v0.2.2 Support all less options Normalize linefeeds Default path to dirname of src file. | ||
* 2012-09-10 v0.2.0 Refactored from grunt-contrib into individual repo. | ||
@@ -109,2 +110,2 @@ --- | ||
*This file was generated on Thu Apr 25 2013 09:47:05.* | ||
*This file was generated on Thu May 23 2013 12:17:19.* |
@@ -60,3 +60,3 @@ /* | ||
} else { | ||
nextFileObj(false); | ||
nextFileObj(err); | ||
} | ||
@@ -63,0 +63,0 @@ }); |
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
16675
110
Updatedless@~1.3.3