From: dsc Date: Mon, 20 Feb 2012 14:56:23 +0000 (-0800) Subject: Use connect-compiler from dsc/master X-Git-Url: http://git.less.ly:3516/?a=commitdiff_plain;h=bfc226f8da7668b7c5b8cc3a579ce81ec6365a5c;p=limn-bak.git Use connect-compiler from dsc/master --- diff --git a/package.co b/package.co index 290f3ab..b3d6547 100644 --- a/package.co +++ b/package.co @@ -12,7 +12,7 @@ dependencies : 'coco' : '>= 0.7.0' 'mime' : '>= 1.2.5' 'express' : '>= 2.5.8' - 'connect-compiler' : '>= 0.1.2' + 'connect-compiler' : 'https://github.com/dsc/connect-compiler/tarball/master' 'connect-compiler-extras' : 'https://github.com/dsc/connect-compiler-extras/tarball/master' 'jade' : '>= 0.20.1' 'stylus' : '>= 0.23.0' diff --git a/package.json b/package.json index 71189a5..e3df6ae 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "coco": ">= 0.7.0", "mime": ">= 1.2.5", "express": ">= 2.5.8", - "connect-compiler": ">= 0.1.2", + "connect-compiler": "https://github.com/dsc/connect-compiler/tarball/master", "connect-compiler-extras": "https://github.com/dsc/connect-compiler-extras/tarball/master", "jade": ">= 0.20.1", "stylus": ">= 0.23.0",