From 514ea6ea7662d0e9418bb7348bf4e49ba603e2f4 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 20 Jun 2013 12:14:46 -0600 Subject: [PATCH] Bump Recess to v1.1.8 to fix further less.js version problems Apparently Recess v1.1.7 had another problem: https://github.com/twitter/recess/pull/100 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 39f50e8886..4fc52ca0f4 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ , "devDependencies": { "uglify-js": "1.3.4" , "jshint": "0.9.1" - , "recess": "1.1.7" + , "recess": "1.1.8" , "connect": "2.1.3" , "hogan.js": "2.0.0" } -- 2.47.3