From: dsc Date: Thu, 16 Feb 2012 22:08:05 +0000 (-0800) Subject: After a torturous hour of debugging, Fabian and I have determined you need node>... X-Git-Url: http://git.less.ly:3516/?a=commitdiff_plain;h=446763a9c664dbaef797d90201cb095d10c4011c;p=kraken-ui.git After a torturous hour of debugging, Fabian and I have determined you need node>=0.6.2 to meet the coco>=0.7.0 dep. --- diff --git a/package.co b/package.co index 0d767ae..280b28a 100644 --- a/package.co +++ b/package.co @@ -30,5 +30,5 @@ scripts : test:'expresso' repository : type:'git', url:'git://github.com/dsc/kraken-ui.git' bugs : url:'http://github.com/dsc/kraken-ui/issues' -engine : node:'>=0.6.x' +engine : node:'>=0.6.2' license : 'MIT'