Updates dependencies.
authordsc <dsc@less.ly>
Mon, 9 Apr 2012 19:32:54 +0000 (12:32 -0700)
committerdsc <dsc@less.ly>
Mon, 9 Apr 2012 19:32:54 +0000 (12:32 -0700)
package.co
package.json

index f98b042..d703c2f 100644 (file)
@@ -11,21 +11,22 @@ author                          : 'David Schoonover <dsc@less.ly> (http://less.l
 dependencies                    : 
     'coco'                      : '>= 0.7.0'
     'mime'                      : '>= 1.2.5'
-    'express'                   : '>= 2.5.8'
+    'express'                   : '>= 2.5.9'
     'express-resource'          : '>= 0.2.4'
     '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'
-    'nib'                       : '>= 0.3.2'
+    'jade'                      : '>= 0.22.1'
+    'stylus'                    : '>= 0.25.0'
+    'nib'                       : '>= 0.4.0'
     'browserify'                : '>= 1.9.4'
     'seq'                       : '>= 0.3.5'
-    'underscore'                : '>= 1.3.1'
-    'underscore.string'         : '>= 2.0.0'
+    'underscore'                : '>= 1.3.2'
+    'underscore.string'         : '>= 2.1.1'
     'js-yaml'                   : '>= 0.3.5'
     'hashish'                   : '>= 0.0.4'
     'backbone'                  : '>= 0.9.1'
     'findit'                    : '>= 0.1.2'
+    'remove'                    : '>= 0.1.1'
 devDependencies                 : 
     'buildtools'                : 'https://github.com/dsc/node-buildtools/tarball/master'
     'expresso'                  : '>= 0.9.2'
index 35b6ffa..00eff39 100644 (file)
   "dependencies": {
     "coco": ">= 0.7.0",
     "mime": ">= 1.2.5",
-    "express": ">= 2.5.8",
+    "express": ">= 2.5.9",
     "express-resource": ">= 0.2.4",
     "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",
-    "nib": ">= 0.3.2",
+    "jade": ">= 0.22.1",
+    "stylus": ">= 0.25.0",
+    "nib": ">= 0.4.0",
     "browserify": ">= 1.9.4",
     "seq": ">= 0.3.5",
-    "underscore": ">= 1.3.1",
-    "underscore.string": ">= 2.0.0",
+    "underscore": ">= 1.3.2",
+    "underscore.string": ">= 2.1.1",
     "js-yaml": ">= 0.3.5",
     "hashish": ">= 0.0.4",
     "backbone": ">= 0.9.1",
-    "findit": ">= 0.1.2"
+    "findit": ">= 0.1.2",
+    "remove": ">= 0.1.1"
   },
   "devDependencies": {
     "buildtools": "https://github.com/dsc/node-buildtools/tarball/master",