Updates deps
authordsc <dsc@less.ly>
Wed, 9 May 2012 17:09:42 +0000 (10:09 -0700)
committerdsc <dsc@less.ly>
Wed, 9 May 2012 17:09:42 +0000 (10:09 -0700)
package.co
package.json

index cb46bab..a341841 100644 (file)
@@ -20,7 +20,7 @@ dependencies                    :
     'nib'                       : '>= 0.4.0'
     'browserify'                : '>= 1.9.4'
     'seq'                       : '>= 0.3.5'
-    'underscore'                : '>= 1.3.2'
+    'underscore'                : '>= 1.3.3'
     'underscore.string'         : '>= 2.1.1'
     'js-yaml'                   : '>= 0.3.5'
     'hashish'                   : '>= 0.0.4'
@@ -31,6 +31,7 @@ dependencies                    :
 devDependencies                 : 
     'buildtools'                : 'https://github.com/dsc/node-buildtools/tarball/master'
     'expresso'                  : '>= 0.9.2'
+    'uglify-js'                 : '>= 1.2.6'
 
 scripts                         : test:'expresso'
 repository                      : type:'git', url:'git://git@less.ly:kraken-ui.git'
index f15ac12..4f375bb 100644 (file)
     "nib": ">= 0.4.0",
     "browserify": ">= 1.9.4",
     "seq": ">= 0.3.5",
-    "underscore": ">= 1.3.2",
+    "underscore": ">= 1.3.3",
     "underscore.string": ">= 2.1.1",
     "js-yaml": ">= 0.3.5",
     "hashish": ">= 0.0.4",
     "backbone": ">= 0.9.1",
     "findit": ">= 0.1.2",
     "glob": ">= 3.1.9",
-    "remove": ">= 0.1.1",
-    "uglify-js" : ">= 1.2.6"
+    "remove": ">= 0.1.1"
   },
   "devDependencies": {
     "buildtools": "https://github.com/dsc/node-buildtools/tarball/master",
-    "expresso": ">= 0.9.2"
+    "expresso": ">= 0.9.2",
+    "uglify-js": ">= 1.2.6"
   },
   "scripts": {
     "test": "expresso"