From 15dc6442d0ee34ad222e9e4e3bf18a8186b0fd64 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 6 Aug 2013 19:40:53 -0700 Subject: [PATCH] Upgrade to less 1.4.2 Prevents issues with version incompatibilities between our less fork, grunt-contrib-less, and grunt-lesslint. Closes #647 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 009a26957..efc4deb4f 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "grunt-cson": "0.5.0", "grunt-contrib-csslint": "~0.1.2", "grunt-contrib-coffee": "~0.7.0", - "grunt-contrib-less": "~0.5.2", + "grunt-contrib-less": "~0.6.4", "jasmine-focused": "~0.7.0", "walkdir": "0.0.7" },