From: Chris Rebert Date: Thu, 20 Jun 2013 18:14:46 +0000 (-0600) Subject: Bump Recess to v1.1.8 to fix further less.js version problems X-Git-Tag: v2.3.2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=514ea6ea7662d0e9418bb7348bf4e49ba603e2f4;p=thirdparty%2Fbootstrap.git 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 --- 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" }